#55566C

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

Shades of Comet #55566C

Tints of Comet #55566C

Color information

#55566C (or 0x55566C) is unknown color: approx Comet. HEX triplet: 55, 56 and 6C. RGB value is (85,86,108). Sum of RGB (Red+Green+Blue) = 85+86+108=279 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.47% from 279); Green value is 86 (33.98% from 255 or 30.82% from 279); Blue value is 108 (42.58% from 255 or 38.71% from 279); Max value from RGB is 108 - color contains mainly: blue. Hex color #55566C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55566C is #AAA993. Grayscale: #585858. Windows color (decimal): -11184532 or 7099989. OLE color: 7099989.

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

Color convert

RGB8586108-
CMYK0.210.2000.58
HSL237.39º11.92%37.84%-
HSV(B)237.39º21.3%42.35%-
XYZ9.789.6715.54-
YUV88.21139.17125.71-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.47%
GREEN value IS 86 (33.98% from 255) = 30.82%
BLUE value IS 108 (42.58% from 255) = 38.71%
R=30.47%
G=30.82%
B=38.71%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal85861080.210.2000.58237.3911.9237.84
Hex55566C151403Aedc26
Octal12512615425240723551446
Binary10101011010110110110010101101000111010111011011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55566C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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