#575EA9

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

Shades of Rich Blue #575EA9

Tints of Rich Blue #575EA9

Color information

#575EA9 (or 0x575EA9) is unknown color: approx Rich Blue. HEX triplet: 57, 5E and A9. RGB value is (87,94,169). Sum of RGB (Red+Green+Blue) = 87+94+169=350 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.86% from 350); Green value is 94 (37.11% from 255 or 26.86% from 350); Blue value is 169 (66.41% from 255 or 48.29% from 350); Max value from RGB is 169 - color contains mainly: blue. Hex color #575EA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575EA9 is #A8A156. Grayscale: #646464. Windows color (decimal): -11051351 or 11099735. OLE color: 11099735.

HSL color Cylindrical-coordinate representation of color #575EA9: hue angle of 234.88º 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 #575EA9 is Cyan = 0.49, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB8794169-
CMYK0.490.4400.34
HSL234.88º32.28%50.2%-
HSV(B)234.88º48.52%66.27%-
XYZ15.0912.939.23-
YUV100.46166.68118.4-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.86%
GREEN value IS 94 (37.11% from 255) = 26.86%
BLUE value IS 169 (66.41% from 255) = 48.29%
R=24.86%
G=26.86%
B=48.29%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal87941690.490.4400.34234.8832.2850.2
Hex575EA9312C022eb2032
Octal12713625161540423534062
Binary1010111101111010101001110001101100010001011101011100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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