#55566E

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

Shades of Comet #55566E

Tints of Comet #55566E

Color information

#55566E (or 0x55566E) is unknown color: approx Comet. HEX triplet: 55, 56 and 6E. RGB value is (85,86,110). Sum of RGB (Red+Green+Blue) = 85+86+110=281 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.25% from 281); Green value is 86 (33.98% from 255 or 30.60% from 281); Blue value is 110 (43.36% from 255 or 39.15% from 281); Max value from RGB is 110 - color contains mainly: blue. Hex color #55566E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55566E is #AAA991. Grayscale: #585858. Windows color (decimal): -11184530 or 7231061. OLE color: 7231061.

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

Color convert

RGB8586110-
CMYK0.230.2200.57
HSL237.6º12.82%38.24%-
HSV(B)237.6º22.73%43.14%-
XYZ9.899.7116.11-
YUV88.44140.17125.55-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.25%
GREEN value IS 86 (33.98% from 255) = 30.60%
BLUE value IS 110 (43.36% from 255) = 39.15%
R=30.25%
G=30.60%
B=39.15%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal85861100.230.2200.57237.612.8238.24
Hex55566E1716039eed26
Octal12512615627260713561546
Binary10101011010110110111010111101100111001111011101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55566E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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