#575AA9

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

Shades of Rich Blue #575AA9

Tints of Rich Blue #575AA9

Color information

#575AA9 (or 0x575AA9) is unknown color: approx Rich Blue. HEX triplet: 57, 5A and A9. RGB value is (87,90,169). Sum of RGB (Red+Green+Blue) = 87+90+169=346 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.14% from 346); Green value is 90 (35.55% from 255 or 26.01% from 346); Blue value is 169 (66.41% from 255 or 48.84% from 346); Max value from RGB is 169 - color contains mainly: blue. Hex color #575AA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575AA9 is #A8A556. Grayscale: #616161. Windows color (decimal): -11052375 or 11098711. OLE color: 11098711.

HSL color Cylindrical-coordinate representation of color #575AA9: hue angle of 237.8º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #575AA9 is Cyan = 0.49, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB8790169-
CMYK0.490.4700.34
HSL237.8º32.28%50.2%-
HSV(B)237.8º48.52%66.27%-
XYZ14.7512.239.11-
YUV98.11168.01120.08-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.14%
GREEN value IS 90 (35.55% from 255) = 26.01%
BLUE value IS 169 (66.41% from 255) = 48.84%
R=25.14%
G=26.01%
B=48.84%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal87901690.490.4700.34237.832.2850.2
Hex575AA9312F022ee2032
Octal12713225161570423564062
Binary1010111101101010101001110001101111010001011101110100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575AA9; }

 p { color: rgb(87,90,169); }

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

<style>
 a { background-color: #575AA9; }

 a { background-color: rgb(87,90,169); }

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

<style>
 span { border-color: #575AA9; }

 span { border-color: rgb(87,90,169); }

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