#575768

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

Shades of Comet #575768

Tints of Comet #575768

Color information

#575768 (or 0x575768) is unknown color: approx Comet. HEX triplet: 57, 57 and 68. RGB value is (87,87,104). Sum of RGB (Red+Green+Blue) = 87+87+104=278 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.29% from 278); Green value is 87 (34.38% from 255 or 31.29% from 278); Blue value is 104 (41.02% from 255 or 37.41% from 278); Max value from RGB is 104 - color contains mainly: blue. Hex color #575768 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575768 is #A8A897. Grayscale: #585858. Windows color (decimal): -11053208 or 6838103. OLE color: 6838103.

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

Color convert

RGB8787104-
CMYK0.160.1600.59
HSL240º8.9%37.45%-
HSV(B)240º16.35%40.78%-
XYZ9.849.8414.48-
YUV88.94136.5126.62-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.29%
GREEN value IS 87 (34.38% from 255) = 31.29%
BLUE value IS 104 (41.02% from 255) = 37.41%
R=31.29%
G=31.29%
B=37.41%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal87871040.160.1600.592408.937.45
Hex575768101003Bf0925
Octal12712715020200733601145
Binary10101111010111110100010000100000111011111100001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575768; }

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

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

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

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

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

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

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

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