#585AA5

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

Shades of Rich Blue #585AA5

Tints of Rich Blue #585AA5

Color information

#585AA5 (or 0x585AA5) is unknown color: approx Rich Blue. HEX triplet: 58, 5A and A5. RGB value is (88,90,165). Sum of RGB (Red+Green+Blue) = 88+90+165=343 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.66% from 343); Green value is 90 (35.55% from 255 or 26.24% from 343); Blue value is 165 (64.84% from 255 or 48.10% from 343); Max value from RGB is 165 - color contains mainly: blue. Hex color #585AA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585AA5 is #A7A55A. Grayscale: #616161. Windows color (decimal): -10986843 or 10836568. OLE color: 10836568.

HSL color Cylindrical-coordinate representation of color #585AA5: hue angle of 238.44º degrees, saturation: 0.3, 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 #585AA5 is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB8890165-
CMYK0.470.4500.35
HSL238.44º30.43%49.61%-
HSV(B)238.44º46.67%64.71%-
XYZ14.4712.137.17-
YUV97.95165.84120.9-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.66%
GREEN value IS 90 (35.55% from 255) = 26.24%
BLUE value IS 165 (64.84% from 255) = 48.10%
R=25.66%
G=26.24%
B=48.10%

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
Decimal88901650.470.4500.35238.4430.4349.61
Hex585AA52F2D023ee1e32
Octal13013224557550433563662
Binary101100010110101010010110111110110101000111110111011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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