#56566B

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

Shades of Comet #56566B

Tints of Comet #56566B

Color information

#56566B (or 0x56566B) is unknown color: approx Comet. HEX triplet: 56, 56 and 6B. RGB value is (86,86,107). Sum of RGB (Red+Green+Blue) = 86+86+107=279 (36% of max value = 765). Red value is 86 (33.98% from 255 or 30.82% from 279); Green value is 86 (33.98% from 255 or 30.82% from 279); Blue value is 107 (42.19% from 255 or 38.35% from 279); Max value from RGB is 107 - color contains mainly: blue. Hex color #56566B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56566B is #A9A994. Grayscale: #585858. Windows color (decimal): -11118997 or 7034454. OLE color: 7034454.

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

Color convert

RGB8686107-
CMYK0.200.2000.58
HSL240º10.88%37.84%-
HSV(B)240º19.63%41.96%-
XYZ9.829.715.26-
YUV88.39138.5126.29-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.82%
GREEN value IS 86 (33.98% from 255) = 30.82%
BLUE value IS 107 (42.19% from 255) = 38.35%
R=30.82%
G=30.82%
B=38.35%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal86861070.200.2000.5824010.8837.84
Hex56566B141403Af0b26
Octal12612615324240723601346
Binary10101101010110110101110100101000111010111100001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56566B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56566B; }

 p { color: rgb(86,86,107); }

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

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

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

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

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

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

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