#585AA2

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

Shades of Rich Blue #585AA2

Tints of Rich Blue #585AA2

Color information

#585AA2 (or 0x585AA2) is unknown color: approx Rich Blue. HEX triplet: 58, 5A and A2. RGB value is (88,90,162). Sum of RGB (Red+Green+Blue) = 88+90+162=340 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.88% from 340); Green value is 90 (35.55% from 255 or 26.47% from 340); Blue value is 162 (63.67% from 255 or 47.65% from 340); Max value from RGB is 162 - color contains mainly: blue. Hex color #585AA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585AA2 is #A7A55D. Grayscale: #616161. Windows color (decimal): -10986846 or 10639960. OLE color: 10639960.

HSL color Cylindrical-coordinate representation of color #585AA2: hue angle of 238.38º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #585AA2 is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB8890162-
CMYK0.460.4400.36
HSL238.38º29.6%49.02%-
HSV(B)238.38º45.68%63.53%-
XYZ14.21235.75-
YUV97.61164.34121.15-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.88%
GREEN value IS 90 (35.55% from 255) = 26.47%
BLUE value IS 162 (63.67% from 255) = 47.65%
R=25.88%
G=26.47%
B=47.65%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal88901620.460.4400.36238.3829.649.02
Hex585AA22E2C024ee1e31
Octal13013224256540443563661
Binary101100010110101010001010111010110001001001110111011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,90,162); }

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

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

 a { background-color: rgb(88,90,162); }

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

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

 span { border-color: rgb(88,90,162); }

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