#56576A

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

Shades of Comet #56576A

Tints of Comet #56576A

Color information

#56576A (or 0x56576A) is unknown color: approx Comet. HEX triplet: 56, 57 and 6A. RGB value is (86,87,106). Sum of RGB (Red+Green+Blue) = 86+87+106=279 (36% of max value = 765). Red value is 86 (33.98% from 255 or 30.82% from 279); Green value is 87 (34.38% from 255 or 31.18% from 279); Blue value is 106 (41.80% from 255 or 37.99% from 279); Max value from RGB is 106 - color contains mainly: blue. Hex color #56576A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56576A is #A9A895. Grayscale: #585858. Windows color (decimal): -11118742 or 6969174. OLE color: 6969174.

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

Color convert

RGB8687106-
CMYK0.190.1800.58
HSL237º10.42%37.65%-
HSV(B)237º18.87%41.57%-
XYZ9.859.8415.02-
YUV88.87137.67125.96-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.82%
GREEN value IS 87 (34.38% from 255) = 31.18%
BLUE value IS 106 (41.80% from 255) = 37.99%
R=30.82%
G=31.18%
B=37.99%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal86871060.190.1800.5823710.4237.65
Hex56576A131203Aeda26
Octal12612715223220723551246
Binary10101101010111110101010011100100111010111011011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56576A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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