#575FAE

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

Shades of Rich Blue #575FAE

Tints of Rich Blue #575FAE

Color information

#575FAE (or 0x575FAE) is unknown color: approx Rich Blue. HEX triplet: 57, 5F and AE. RGB value is (87,95,174). Sum of RGB (Red+Green+Blue) = 87+95+174=356 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.44% from 356); Green value is 95 (37.5% from 255 or 26.69% from 356); Blue value is 174 (68.36% from 255 or 48.88% from 356); Max value from RGB is 174 - color contains mainly: blue. Hex color #575FAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575FAE is #A8A051. Grayscale: #656565. Windows color (decimal): -11051090 or 11427671. OLE color: 11427671.

HSL color Cylindrical-coordinate representation of color #575FAE: hue angle of 234.48º 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 #575FAE is Cyan = 0.5, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8795174-
CMYK0.50.4500.32
HSL234.48º34.94%51.18%-
HSV(B)234.48º50%68.24%-
XYZ15.6613.2741.78-
YUV101.61168.85117.58-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.44%
GREEN value IS 95 (37.5% from 255) = 26.69%
BLUE value IS 174 (68.36% from 255) = 48.88%
R=24.44%
G=26.69%
B=48.88%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal87951740.50.4500.32234.4834.9451.18
Hex575FAE322D020ea2333
Octal12713725662550403524363
Binary1010111101111110101110110010101101010000011101010100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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