#575868

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

Shades of Comet #575868

Tints of Comet #575868

Color information

#575868 (or 0x575868) is unknown color: approx Comet. HEX triplet: 57, 58 and 68. RGB value is (87,88,104). Sum of RGB (Red+Green+Blue) = 87+88+104=279 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.18% from 279); Green value is 88 (34.77% from 255 or 31.54% from 279); Blue value is 104 (41.02% from 255 or 37.28% from 279); Max value from RGB is 104 - color contains mainly: blue. Hex color #575868 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575868 is #A8A797. Grayscale: #595959. Windows color (decimal): -11052952 or 6838359. OLE color: 6838359.

HSL color Cylindrical-coordinate representation of color #575868: hue angle of 236.47º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #575868 is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8788104-
CMYK0.160.1500.59
HSL236.47º8.9%37.45%-
HSV(B)236.47º16.35%40.78%-
XYZ9.9210.0114.51-
YUV89.52136.17126.2-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.18%
GREEN value IS 88 (34.77% from 255) = 31.54%
BLUE value IS 104 (41.02% from 255) = 37.28%
R=31.18%
G=31.54%
B=37.28%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal87881040.160.1500.59236.478.937.45
Hex57586810F03Bec925
Octal12713015020170733541145
Binary1010111101100011010001000011110111011111011001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575868; }

 p { color: rgb(87,88,104); }

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

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

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

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

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

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

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