#585FB5

Color #585FB5 Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #585FB5

Tints of Rich Blue #585FB5

Color information

#585FB5 (or 0x585FB5) is unknown color: approx Rich Blue. HEX triplet: 58, 5F and B5. RGB value is (88,95,181). Sum of RGB (Red+Green+Blue) = 88+95+181=364 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.18% from 364); Green value is 95 (37.5% from 255 or 26.10% from 364); Blue value is 181 (71.09% from 255 or 49.73% from 364); Max value from RGB is 181 - color contains mainly: blue. Hex color #585FB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #585FB5 is #A7A04A. Grayscale: #666666. Windows color (decimal): -10985547 or 11886424. OLE color: 11886424.

HSL color Cylindrical-coordinate representation of color #585FB5: hue angle of 235.48º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #585FB5 is Cyan = 0.51, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB8895181-
CMYK0.510.4800.29
HSL235.48º38.59%52.75%-
HSV(B)235.48º51.38%70.98%-
XYZ16.4613.645.47-
YUV102.71172.18117.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 88 (34.77% from 255) = 24.18%
GREEN value IS 95 (37.5% from 255) = 26.10%
BLUE value IS 181 (71.09% from 255) = 49.73%
R=24.18%
G=26.10%
B=49.73%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal88951810.510.4800.29235.4838.5952.75
Hex585FB5333001Deb2735
Octal13013726563600353534765
Binary101100010111111011010111001111000001110111101011100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585FB5; }

 p { color: rgb(88,95,181); }

 H1.HeaderClassName
 {
   color: #585FB5;
 }
 .AnyTagClassName
 {
   color: #585FB5;
 }
</style>
background-color css

<style>
 a { background-color: #585FB5; }

 a { background-color: rgb(88,95,181); }

 div.DivClassName
 {
   background-color: #585FB5;
 }
 .BgClassName
 {
   background-color: #585FB5;
 }
</style>
border-color css

<style>
 span { border-color: #585FB5; }

 span { border-color: rgb(88,95,181); }

 td.TdClassName
 {
   border-color: #585FB5;
 }
 .TagClassName
 {
   border-color: #585FB5;
 }
</style>