#575EAA

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

Shades of Rich Blue #575EAA

Tints of Rich Blue #575EAA

Color information

#575EAA (or 0x575EAA) is unknown color: approx Rich Blue. HEX triplet: 57, 5E and AA. RGB value is (87,94,170). Sum of RGB (Red+Green+Blue) = 87+94+170=351 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.79% from 351); Green value is 94 (37.11% from 255 or 26.78% from 351); Blue value is 170 (66.80% from 255 or 48.43% from 351); Max value from RGB is 170 - color contains mainly: blue. Hex color #575EAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575EAA is #A8A155. Grayscale: #646464. Windows color (decimal): -11051350 or 11165271. OLE color: 11165271.

HSL color Cylindrical-coordinate representation of color #575EAA: hue angle of 234.94º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #575EAA is Cyan = 0.49, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8794170-
CMYK0.490.4500.33
HSL234.94º32.81%50.39%-
HSV(B)234.94º48.82%66.67%-
XYZ15.1912.9339.73-
YUV100.57167.18118.32-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.79%
GREEN value IS 94 (37.11% from 255) = 26.78%
BLUE value IS 170 (66.80% from 255) = 48.43%
R=24.79%
G=26.78%
B=48.43%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal87941700.490.4500.33234.9432.8150.39
Hex575EAA312D021eb2132
Octal12713625261550413534162
Binary1010111101111010101010110001101101010000111101011100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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