Shades of Smoky #555366
Tints of Smoky #555366
RGB
CMYK
RGB Variations
Color information
#555366 (or 0x555366) is known color: Smoky. HEX triplet: 55, 53 and 66. RGB value is (85,83,102). Sum of RGB (Red+Green+Blue) = 85+83+102=270 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.48% from 270); Green value is 83 (32.81% from 255 or 30.74% from 270); Blue value is 102 (40.23% from 255 or 37.78% from 270); Max value from RGB is 102 - color contains mainly: blue. Hex color #555366 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555366 is #AAAC99. Grayscale: #555555. Windows color (decimal): -11185306 or 6706005. OLE color: 6706005.
HSL color Cylindrical-coordinate representation of color #555366: hue angle of 246.32º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #555366 is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 85 | 83 | 102 | - |
| CMYK | 0.17 | 0.19 | 0 | 0.6 |
| HSL | 246.32º | 0.1% | 0.36% | - |
| HSV(B) | 246.32º | 0.19% | 0.4% | - |
| XYZ | 9.24 | 9.08 | 13.84 | - |
| YUV | 85.76 | 137.16 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 83 | 102 | 0.17 | 0.19 | 0 | 0.6 | 246.32 | 0.1 | 0.36 |
| Hex | 55 | 53 | 66 | 11 | 13 | 0 | 3C | F6 | A | 24 |
| Octal | 125 | 123 | 146 | 21 | 23 | 0 | 74 | 366 | 12 | 44 |
| Binary | 1010101 | 1010011 | 1100110 | 10001 | 10011 | 0 | 111100 | 11110110 | 1010 | 100100 |
Color Harmonies of #555366
Complementary color
Monochromatic Colors of #555366
Black with #555366
Text Example
Text Example
White with #555366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555366; }
p { color: rgb(85,83,102); }
H1.HeaderClassName
{
color: #555366;
}
.AnyTagClassName
{
color: #555366;
}
</style>
background-color css
<style>
a { background-color: #555366; }
a { background-color: rgb(85,83,102); }
div.DivClassName
{
background-color: #555366;
}
.BgClassName
{
background-color: #555366;
}
</style>
border-color css
<style>
span { border-color: #555366; }
span { border-color: rgb(85,83,102); }
td.TdClassName
{
border-color: #555366;
}
.TagClassName
{
border-color: #555366;
}
</style>