Shades of Smoky #55536C
Tints of Smoky #55536C
RGB
CMYK
RGB Variations
Color information
#55536C (or 0x55536C) is known color: Smoky. HEX triplet: 55, 53 and 6C. RGB value is (85,83,108). Sum of RGB (Red+Green+Blue) = 85+83+108=276 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.80% from 276); Green value is 83 (32.81% from 255 or 30.07% from 276); Blue value is 108 (42.58% from 255 or 39.13% from 276); Max value from RGB is 108 - color contains mainly: blue. Hex color #55536C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55536C is #AAAC93. Grayscale: #565656. Windows color (decimal): -11185300 or 7099221. OLE color: 7099221.
HSL color Cylindrical-coordinate representation of color #55536C: hue angle of 244.8º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #55536C is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 85 | 83 | 108 | - |
| CMYK | 0.21 | 0.23 | 0 | 0.58 |
| HSL | 244.8º | 0.13% | 0.37% | - |
| HSV(B) | 244.8º | 0.23% | 0.42% | - |
| XYZ | 9.55 | 9.2 | 15.46 | - |
| YUV | 86.45 | 140.16 | 126.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 83 | 108 | 0.21 | 0.23 | 0 | 0.58 | 244.8 | 0.13 | 0.37 |
| Hex | 55 | 53 | 6C | 15 | 17 | 0 | 3A | F5 | D | 25 |
| Octal | 125 | 123 | 154 | 25 | 27 | 0 | 72 | 365 | 15 | 45 |
| Binary | 1010101 | 1010011 | 1101100 | 10101 | 10111 | 0 | 111010 | 11110101 | 1101 | 100101 |
Color Harmonies of #55536C
Complementary color
Monochromatic Colors of #55536C
Black with #55536C
Text Example
Text Example
White with #55536C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55536C; }
p { color: rgb(85,83,108); }
H1.HeaderClassName
{
color: #55536C;
}
.AnyTagClassName
{
color: #55536C;
}
</style>
background-color css
<style>
a { background-color: #55536C; }
a { background-color: rgb(85,83,108); }
div.DivClassName
{
background-color: #55536C;
}
.BgClassName
{
background-color: #55536C;
}
</style>
border-color css
<style>
span { border-color: #55536C; }
span { border-color: rgb(85,83,108); }
td.TdClassName
{
border-color: #55536C;
}
.TagClassName
{
border-color: #55536C;
}
</style>