#55556E

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

Shades of Comet #55556E

Tints of Comet #55556E

Color information

#55556E (or 0x55556E) is unknown color: approx Comet. HEX triplet: 55, 55 and 6E. RGB value is (85,85,110). Sum of RGB (Red+Green+Blue) = 85+85+110=280 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.36% from 280); Green value is 85 (33.59% from 255 or 30.36% from 280); Blue value is 110 (43.36% from 255 or 39.29% from 280); Max value from RGB is 110 - color contains mainly: blue. Hex color #55556E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55556E is #AAAA91. Grayscale: #575757. Windows color (decimal): -11184786 or 7230805. OLE color: 7230805.

HSL color Cylindrical-coordinate representation of color #55556E: hue angle of 240º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #55556E is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8585110-
CMYK0.230.2300.57
HSL240º12.82%38.24%-
HSV(B)240º22.73%43.14%-
XYZ9.819.5516.08-
YUV87.85140.5125.97-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.36%
GREEN value IS 85 (33.59% from 255) = 30.36%
BLUE value IS 110 (43.36% from 255) = 39.29%
R=30.36%
G=30.36%
B=39.29%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal85851100.230.2300.5724012.8238.24
Hex55556E1717039f0d26
Octal12512515627270713601546
Binary10101011010101110111010111101110111001111100001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55556E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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