#575670

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

Shades of Comet #575670

Tints of Comet #575670

Color information

#575670 (or 0x575670) is unknown color: approx Comet. HEX triplet: 57, 56 and 70. RGB value is (87,86,112). Sum of RGB (Red+Green+Blue) = 87+86+112=285 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.53% from 285); Green value is 86 (33.98% from 255 or 30.18% from 285); Blue value is 112 (44.14% from 255 or 39.30% from 285); Max value from RGB is 112 - color contains mainly: blue. Hex color #575670 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575670 is #A8A98F. Grayscale: #595959. Windows color (decimal): -11053456 or 7362135. OLE color: 7362135.

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

Color convert

RGB8786112-
CMYK0.220.2300.56
HSL242.31º13.13%38.82%-
HSV(B)242.31º23.21%43.92%-
XYZ10.189.8516.69-
YUV89.26140.83126.39-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.53%
GREEN value IS 86 (33.98% from 255) = 30.18%
BLUE value IS 112 (44.14% from 255) = 39.30%
R=30.53%
G=30.18%
B=39.30%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal87861120.220.2300.56242.3113.1338.82
Hex5756701617038f2d27
Octal12712616026270703621547
Binary10101111010110111000010110101110111000111100101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575670; }

 p { color: rgb(87,86,112); }

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

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

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

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

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

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

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