#555566

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

Shades of Smoky #555566

Tints of Smoky #555566

Color information

#555566 (or 0x555566) is unknown color: approx Smoky. HEX triplet: 55, 55 and 66. RGB value is (85,85,102). Sum of RGB (Red+Green+Blue) = 85+85+102=272 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.25% from 272); Green value is 85 (33.59% from 255 or 31.25% from 272); Blue value is 102 (40.23% from 255 or 37.5% from 272); Max value from RGB is 102 - color contains mainly: blue. Hex color #555566 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555566 is #AAAA99. Grayscale: #565656. Windows color (decimal): -11184794 or 6706517. OLE color: 6706517.

HSL color Cylindrical-coordinate representation of color #555566: hue angle of 240º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #555566 is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB8585102-
CMYK0.170.1700.6
HSL240º9.09%36.67%-
HSV(B)240º16.67%40%-
XYZ9.399.3913.89-
YUV86.94136.5126.62-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.25%
GREEN value IS 85 (33.59% from 255) = 31.25%
BLUE value IS 102 (40.23% from 255) = 37.5%
R=31.25%
G=31.25%
B=37.5%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal85851020.170.1700.62409.0936.67
Hex555566111103Cf0925
Octal12512514621210743601145
Binary10101011010101110011010001100010111100111100001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555566; }

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

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

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

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

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

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

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

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