#585CA6

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

Shades of Rich Blue #585CA6

Tints of Rich Blue #585CA6

Color information

#585CA6 (or 0x585CA6) is unknown color: approx Rich Blue. HEX triplet: 58, 5C and A6. RGB value is (88,92,166). Sum of RGB (Red+Green+Blue) = 88+92+166=346 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.43% from 346); Green value is 92 (36.33% from 255 or 26.59% from 346); Blue value is 166 (65.23% from 255 or 47.98% from 346); Max value from RGB is 166 - color contains mainly: blue. Hex color #585CA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585CA6 is #A7A359. Grayscale: #626262. Windows color (decimal): -10986330 or 10902616. OLE color: 10902616.

HSL color Cylindrical-coordinate representation of color #585CA6: hue angle of 236.92º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #585CA6 is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB8892166-
CMYK0.470.4500.35
HSL236.92º30.71%49.8%-
HSV(B)236.92º46.99%65.1%-
XYZ14.7312.4837.71-
YUV99.24165.67119.98-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.43%
GREEN value IS 92 (36.33% from 255) = 26.59%
BLUE value IS 166 (65.23% from 255) = 47.98%
R=25.43%
G=26.59%
B=47.98%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal88921660.470.4500.35236.9230.7149.8
Hex585CA62F2D023ed1f32
Octal13013424657550433553762
Binary101100010111001010011010111110110101000111110110111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,92,166); }

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

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

 a { background-color: rgb(88,92,166); }

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

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

 span { border-color: rgb(88,92,166); }

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