#55556A

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

Shades of Comet #55556A

Tints of Comet #55556A

Color information

#55556A (or 0x55556A) is unknown color: approx Comet. HEX triplet: 55, 55 and 6A. RGB value is (85,85,106). Sum of RGB (Red+Green+Blue) = 85+85+106=276 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.80% from 276); Green value is 85 (33.59% from 255 or 30.80% from 276); Blue value is 106 (41.80% from 255 or 38.41% from 276); Max value from RGB is 106 - color contains mainly: blue. Hex color #55556A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55556A is #AAAA95. Grayscale: #575757. Windows color (decimal): -11184790 or 6968661. OLE color: 6968661.

HSL color Cylindrical-coordinate representation of color #55556A: hue angle of 240º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #55556A is Cyan = 0.20, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8585106-
CMYK0.200.2000.58
HSL240º10.99%37.45%-
HSV(B)240º19.81%41.57%-
XYZ9.69.4714.96-
YUV87.39138.5126.29-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.80%
GREEN value IS 85 (33.59% from 255) = 30.80%
BLUE value IS 106 (41.80% from 255) = 38.41%
R=30.80%
G=30.80%
B=38.41%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal85851060.200.2000.5824010.9937.45
Hex55556A141403Af0b25
Octal12512515224240723601345
Binary10101011010101110101010100101000111010111100001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55556A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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