#575771

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

Shades of Comet #575771

Tints of Comet #575771

Color information

#575771 (or 0x575771) is unknown color: approx Comet. HEX triplet: 57, 57 and 71. RGB value is (87,87,113). Sum of RGB (Red+Green+Blue) = 87+87+113=287 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30.31% from 287); Green value is 87 (34.38% from 255 or 30.31% from 287); Blue value is 113 (44.53% from 255 or 39.37% from 287); Max value from RGB is 113 - color contains mainly: blue. Hex color #575771 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575771 is #A8A88E. Grayscale: #595959. Windows color (decimal): -11053199 or 7427927. OLE color: 7427927.

HSL color Cylindrical-coordinate representation of color #575771: hue angle of 240º 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 #575771 is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8787113-
CMYK0.230.2300.56
HSL240º13%39.22%-
HSV(B)240º23.01%44.31%-
XYZ10.3210.0317.02-
YUV89.96141125.89-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.31%
GREEN value IS 87 (34.38% from 255) = 30.31%
BLUE value IS 113 (44.53% from 255) = 39.37%
R=30.31%
G=30.31%
B=39.37%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal87871130.230.2300.562401339.22
Hex5757711717038f0d27
Octal12712716127270703601547
Binary10101111010111111000110111101110111000111100001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575771; }

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

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

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

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

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

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

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

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