#55566D

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

Shades of Comet #55566D

Tints of Comet #55566D

Color information

#55566D (or 0x55566D) is unknown color: approx Comet. HEX triplet: 55, 56 and 6D. RGB value is (85,86,109). Sum of RGB (Red+Green+Blue) = 85+86+109=280 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.36% from 280); Green value is 86 (33.98% from 255 or 30.71% from 280); Blue value is 109 (42.97% from 255 or 38.93% from 280); Max value from RGB is 109 - color contains mainly: blue. Hex color #55566D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55566D is #AAA992. Grayscale: #585858. Windows color (decimal): -11184531 or 7165525. OLE color: 7165525.

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

Color convert

RGB8586109-
CMYK0.220.2100.57
HSL237.5º12.37%38.04%-
HSV(B)237.5º22.02%42.75%-
XYZ9.839.6915.82-
YUV88.32139.67125.63-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.36%
GREEN value IS 86 (33.98% from 255) = 30.71%
BLUE value IS 109 (42.97% from 255) = 38.93%
R=30.36%
G=30.71%
B=38.93%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal85861090.220.2100.57237.512.3738.04
Hex55566D1615039eec26
Octal12512615526250713561446
Binary10101011010110110110110110101010111001111011101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55566D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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