Shades of Smoky #55526B
Tints of Smoky #55526B
RGB
CMYK
RGB Variations
Color information
#55526B (or 0x55526B) is known color: Smoky. HEX triplet: 55, 52 and 6B. RGB value is (85,82,107). Sum of RGB (Red+Green+Blue) = 85+82+107=274 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.02% from 274); Green value is 82 (32.42% from 255 or 29.93% from 274); Blue value is 107 (42.19% from 255 or 39.05% from 274); Max value from RGB is 107 - color contains mainly: blue. Hex color #55526B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55526B is #AAAD94. Grayscale: #555555. Windows color (decimal): -11185557 or 7033429. OLE color: 7033429.
HSL color Cylindrical-coordinate representation of color #55526B: hue angle of 247.2º 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 #55526B is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 85 | 82 | 107 | - |
| CMYK | 0.21 | 0.23 | 0 | 0.58 |
| HSL | 247.2º | 0.13% | 0.37% | - |
| HSV(B) | 247.2º | 0.23% | 0.42% | - |
| XYZ | 9.42 | 9.03 | 15.16 | - |
| YUV | 85.75 | 139.99 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 82 | 107 | 0.21 | 0.23 | 0 | 0.58 | 247.2 | 0.13 | 0.37 |
| Hex | 55 | 52 | 6B | 15 | 17 | 0 | 3A | F7 | D | 25 |
| Octal | 125 | 122 | 153 | 25 | 27 | 0 | 72 | 367 | 15 | 45 |
| Binary | 1010101 | 1010010 | 1101011 | 10101 | 10111 | 0 | 111010 | 11110111 | 1101 | 100101 |
Color Harmonies of #55526B
Complementary color
Monochromatic Colors of #55526B
Black with #55526B
Text Example
Text Example
White with #55526B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55526B; }
p { color: rgb(85,82,107); }
H1.HeaderClassName
{
color: #55526B;
}
.AnyTagClassName
{
color: #55526B;
}
</style>
background-color css
<style>
a { background-color: #55526B; }
a { background-color: rgb(85,82,107); }
div.DivClassName
{
background-color: #55526B;
}
.BgClassName
{
background-color: #55526B;
}
</style>
border-color css
<style>
span { border-color: #55526B; }
span { border-color: rgb(85,82,107); }
td.TdClassName
{
border-color: #55526B;
}
.TagClassName
{
border-color: #55526B;
}
</style>