COLOR #585FB5

HEX: #585FB5 RGB: (88,95,181)

Renk bilgisi

#585FB5 contains mainly blue color. #585FB5 ‘ nin web güvenlik rengi #6666CC (ya da #66C) dir.

RGB renk modeli

#585FB5 color RGB value is (88,95,181).

RGB: (88,95,181) (35%, 37%, 71%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 95 of 255 = 37%
B 181 of 255 = 71%

88
95
181

R + G + B ~ 48%. #585FB5 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B = 88 + 95 + 181 = 364 (100%)
R 88 of 364 ~ 24.18%
G 95 of 364 ~ 26.1%
B 181 of 364 ~ 49.73'%

%24.18
%26.1
%49.73

CMYK RENK MODELİ

#585FB5 rengi CMYK tonu (51,48,0,29).

  • camgöbeği tonu 51.38%
  • eflatun tonu 47.51%
  • sarı tonu 0.00%
  • ana renk tonu 29.02%

CMYK: (51,48,0,29)
C51M48Y0K29 (51%, 48%, 0%, 29%)
(0.51 / 0.48 / 0.00 / 0.29)

CMYK yüzdeleri

%51.38
%47.51
%0
%29.02

Codes

Color #585FB5 in popluar color models

58 5F B5
RGB 88 95 181
HSL 235° 38.59% 52.75%
HSB/HSV 235° 51.38% 70.98%
CMYK 51.38% 47.51% 0.00%
29.02%

Color #585FB5 in popluar number systems.

HEX 58 5F B5
Decimal 88 95 181
Binary 1011000 1011111 10110101
Octal 130 137 265

Shades and tints

Shades of #585FB5

#585FB5
(88,95,181)
#5057A5
(80,87,165)
#484F95
(72,79,149)
#404785
(64,71,133)
#383F75
(56,63,117)
#303765
(48,55,101)
#282F55
(40,47,85)
#202745
(32,39,69)
#181F35
(24,31,53)
#101725
(16,23,37)
#080F15
(8,15,21)
#000000
(0,0,0)

Tints of #585FB5

#585FB5
(88,95,181)
#676DBB
(103,109,187)
#767BC1
(118,123,193)
#8589C7
(133,137,199)
#9497CD
(148,151,205)
#A3A5D3
(163,165,211)
#B2B3D9
(178,179,217)
#C1C1DF
(193,193,223)
#D0CFE5
(208,207,229)
#DFDDEB
(223,221,235)
#EEEBF1
(238,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #585FB5 color. Also use rgb(88,95,181) instead hex code.

Text Font Color

.myTextColor { color: #585FB5; }

<p style="color:#585FB5">This sample text font color is #585FB5.</p>

This text font color is #585FB5.

Background Color

.myBgColor { background-color: #585FB5; }

<div style="background-color:#585FB5">Inner text</div>

This div background color is #585FB5.

Border color

.myBorderColor { border: 1px solid #585FB5; }

<div style="border:3px solid #585FB5">Div</div>

This div border color is #585FB5.

Opacity

.myOpacity80 { color: #585FB5; opacity: 0.8; }

<p style="color:#585FB5;opacity:0.8;">80%</p>

Text with #585FB5 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #585FB5;}

<p style="text-shadow: 3px 3px 1px #585FB5">Text here.</p>

This text has shadow with #585FB5 color.


.textShadow {text-shadow: 3px 3px 1px #585FB5', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #585FB5, 5px 5px 20px red">Text here.</p>

This text has shadow with #585FB5 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#585FB5, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#585FB5, Direction=45, Strength=4)">Text</p>

This text has shadow with #585FB5 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #585FB5;
-webkit-box-shadow: 1px 1px 3px 2px #585FB5;
box-shadow: 1px 1px 3px 2px #585FB5;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #585FB5; -webkit-box-shadow: 1px 1px 3px 2px #585FB5; box-shadow:1px 1px 3px 2px #585FB5;">
Div content here
</div>

This div box has shadow with color #585FB5.

Preview

Color preview on black background

This text has color #585FB5 on black background.


Color preview on white background

This text has color #585FB5 on white background.


Black color preview on #585FB5 background

This text has black color on #585FB5 background.


White color preview on #585FB5 background

This text has white color on #585FB5 background.


Related colors

Complementary color

Complementary color for #hex is #A7A04A.


I love getcolorcode.com

Triadic colors

1 #B5585F and #5FB558 with #585FB5 are triadic colors.

2 #B55F58 and #5F58B5 with #585FB5 are triadic colors.