#575CAE

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

Shades of Rich Blue #575CAE

Tints of Rich Blue #575CAE

Color information

#575CAE (or 0x575CAE) is unknown color: approx Rich Blue. HEX triplet: 57, 5C and AE. RGB value is (87,92,174). Sum of RGB (Red+Green+Blue) = 87+92+174=353 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.65% from 353); Green value is 92 (36.33% from 255 or 26.06% from 353); Blue value is 174 (68.36% from 255 or 49.29% from 353); Max value from RGB is 174 - color contains mainly: blue. Hex color #575CAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575CAE is #A8A351. Grayscale: #636363. Windows color (decimal): -11051858 or 11426903. OLE color: 11426903.

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

Color convert

RGB8792174-
CMYK0.50.4700.32
HSL236.55º34.94%51.18%-
HSV(B)236.55º50%68.24%-
XYZ15.412.7441.69-
YUV99.85169.84118.83-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.65%
GREEN value IS 92 (36.33% from 255) = 26.06%
BLUE value IS 174 (68.36% from 255) = 49.29%
R=24.65%
G=26.06%
B=49.29%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal87921740.50.4700.32236.5534.9451.18
Hex575CAE322F020ed2333
Octal12713425662570403554363
Binary1010111101110010101110110010101111010000011101101100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,92,174); }

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

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

 a { background-color: rgb(87,92,174); }

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

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

 span { border-color: rgb(87,92,174); }

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