#575A71

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

Shades of Comet #575A71

Tints of Comet #575A71

Color information

#575A71 (or 0x575A71) is unknown color: approx Comet. HEX triplet: 57, 5A and 71. RGB value is (87,90,113). Sum of RGB (Red+Green+Blue) = 87+90+113=290 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30% from 290); Green value is 90 (35.55% from 255 or 31.03% from 290); Blue value is 113 (44.53% from 255 or 38.97% from 290); Max value from RGB is 113 - color contains mainly: blue. Hex color #575A71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575A71 is #A8A58E. Grayscale: #5B5B5B. Windows color (decimal): -11052431 or 7428695. OLE color: 7428695.

HSL color Cylindrical-coordinate representation of color #575A71: hue angle of 233.08º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #575A71 is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8790113-
CMYK0.230.2000.56
HSL233.08º13%39.22%-
HSV(B)233.08º23.01%44.31%-
XYZ10.5710.5317.1-
YUV91.72140.01124.63-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30%
GREEN value IS 90 (35.55% from 255) = 31.03%
BLUE value IS 113 (44.53% from 255) = 38.97%
R=30%
G=31.03%
B=38.97%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal87901130.230.2000.56233.081339.22
Hex575A711714038e9d27
Octal12713216127240703511547
Binary10101111011010111000110111101000111000111010011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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