#55556D

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

Shades of Comet #55556D

Tints of Comet #55556D

Color information

#55556D (or 0x55556D) is unknown color: approx Comet. HEX triplet: 55, 55 and 6D. RGB value is (85,85,109). Sum of RGB (Red+Green+Blue) = 85+85+109=279 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.47% from 279); Green value is 85 (33.59% from 255 or 30.47% from 279); Blue value is 109 (42.97% from 255 or 39.07% from 279); Max value from RGB is 109 - color contains mainly: blue. Hex color #55556D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55556D is #AAAA92. Grayscale: #575757. Windows color (decimal): -11184787 or 7165269. OLE color: 7165269.

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

Color convert

RGB8585109-
CMYK0.220.2200.57
HSL240º12.37%38.04%-
HSV(B)240º22.02%42.75%-
XYZ9.769.5315.79-
YUV87.74140126.05-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.47%
GREEN value IS 85 (33.59% from 255) = 30.47%
BLUE value IS 109 (42.97% from 255) = 39.07%
R=30.47%
G=30.47%
B=39.07%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal85851090.220.2200.5724012.3738.04
Hex55556D1616039f0c26
Octal12512515526260713601446
Binary10101011010101110110110110101100111001111100001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55556D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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