#56576C

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

Shades of Comet #56576C

Tints of Comet #56576C

Color information

#56576C (or 0x56576C) is unknown color: approx Comet. HEX triplet: 56, 57 and 6C. RGB value is (86,87,108). Sum of RGB (Red+Green+Blue) = 86+87+108=281 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.60% from 281); Green value is 87 (34.38% from 255 or 30.96% from 281); Blue value is 108 (42.58% from 255 or 38.43% from 281); Max value from RGB is 108 - color contains mainly: blue. Hex color #56576C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56576C is #A9A893. Grayscale: #595959. Windows color (decimal): -11118740 or 7100246. OLE color: 7100246.

HSL color Cylindrical-coordinate representation of color #56576C: hue angle of 237.27º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #56576C is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8687108-
CMYK0.200.1900.58
HSL237.27º11.34%38.04%-
HSV(B)237.27º20.37%42.35%-
XYZ9.959.8815.57-
YUV89.09138.67125.79-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.60%
GREEN value IS 87 (34.38% from 255) = 30.96%
BLUE value IS 108 (42.58% from 255) = 38.43%
R=30.60%
G=30.96%
B=38.43%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal86871080.200.1900.58237.2711.3438.04
Hex56576C141303Aedb26
Octal12612715424230723551346
Binary10101101010111110110010100100110111010111011011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56576C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56576C; }

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

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

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

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

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

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

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

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