#56576D

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

Shades of Comet #56576D

Tints of Comet #56576D

Color information

#56576D (or 0x56576D) is unknown color: approx Comet. HEX triplet: 56, 57 and 6D. RGB value is (86,87,109). Sum of RGB (Red+Green+Blue) = 86+87+109=282 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.50% from 282); Green value is 87 (34.38% from 255 or 30.85% from 282); Blue value is 109 (42.97% from 255 or 38.65% from 282); Max value from RGB is 109 - color contains mainly: blue. Hex color #56576D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56576D is #A9A892. Grayscale: #595959. Windows color (decimal): -11118739 or 7165782. OLE color: 7165782.

HSL color Cylindrical-coordinate representation of color #56576D: hue angle of 237.39º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #56576D is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8687109-
CMYK0.210.2000.57
HSL237.39º11.79%38.24%-
HSV(B)237.39º21.1%42.75%-
XYZ10.019.915.85-
YUV89.21139.17125.71-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.50%
GREEN value IS 87 (34.38% from 255) = 30.85%
BLUE value IS 109 (42.97% from 255) = 38.65%
R=30.50%
G=30.85%
B=38.65%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal86871090.210.2000.57237.3911.7938.24
Hex56576D1514039edc26
Octal12612715525240713551446
Binary10101101010111110110110101101000111001111011011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56576D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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