#55556B

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

Shades of Comet #55556B

Tints of Comet #55556B

Color information

#55556B (or 0x55556B) is unknown color: approx Comet. HEX triplet: 55, 55 and 6B. RGB value is (85,85,107). Sum of RGB (Red+Green+Blue) = 85+85+107=277 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.69% from 277); Green value is 85 (33.59% from 255 or 30.69% from 277); Blue value is 107 (42.19% from 255 or 38.63% from 277); Max value from RGB is 107 - color contains mainly: blue. Hex color #55556B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55556B is #AAAA94. Grayscale: #575757. Windows color (decimal): -11184789 or 7034197. OLE color: 7034197.

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

Color convert

RGB8585107-
CMYK0.210.2100.58
HSL240º11.46%37.65%-
HSV(B)240º20.56%41.96%-
XYZ9.659.4915.23-
YUV87.51139126.21-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.69%
GREEN value IS 85 (33.59% from 255) = 30.69%
BLUE value IS 107 (42.19% from 255) = 38.63%
R=30.69%
G=30.69%
B=38.63%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal85851070.210.2100.5824011.4637.65
Hex55556B151503Af0b26
Octal12512515325250723601346
Binary10101011010101110101110101101010111010111100001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55556B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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