#575AB8

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

Shades of Rich Blue #575AB8

Tints of Rich Blue #575AB8

Color information

#575AB8 (or 0x575AB8) is unknown color: approx Rich Blue. HEX triplet: 57, 5A and B8. RGB value is (87,90,184). Sum of RGB (Red+Green+Blue) = 87+90+184=361 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.10% from 361); Green value is 90 (35.55% from 255 or 24.93% from 361); Blue value is 184 (72.27% from 255 or 50.97% from 361); Max value from RGB is 184 - color contains mainly: blue. Hex color #575AB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575AB8 is #A8A547. Grayscale: #636363. Windows color (decimal): -11052360 or 12081751. OLE color: 12081751.

HSL color Cylindrical-coordinate representation of color #575AB8: hue angle of 238.14º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #575AB8 is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB8790184-
CMYK0.530.5100.28
HSL238.14º40.59%53.14%-
HSV(B)238.14º52.72%72.16%-
XYZ16.2412.846.96-
YUV99.82175.51118.86-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.10%
GREEN value IS 90 (35.55% from 255) = 24.93%
BLUE value IS 184 (72.27% from 255) = 50.97%
R=24.10%
G=24.93%
B=50.97%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal87901840.530.5100.28238.1440.5953.14
Hex575AB8353301Cee2935
Octal12713227065630343565165
Binary101011110110101011100011010111001101110011101110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575AB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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