Shades of Smoky #55526A
Tints of Smoky #55526A
RGB
CMYK
RGB Variations
Color information
#55526A (or 0x55526A) is known color: Smoky. HEX triplet: 55, 52 and 6A. RGB value is (85,82,106). Sum of RGB (Red+Green+Blue) = 85+82+106=273 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.14% from 273); Green value is 82 (32.42% from 255 or 30.04% from 273); Blue value is 106 (41.80% from 255 or 38.83% from 273); Max value from RGB is 106 - color contains mainly: blue. Hex color #55526A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55526A is #AAAD95. Grayscale: #555555. Windows color (decimal): -11185558 or 6967893. OLE color: 6967893.
HSL color Cylindrical-coordinate representation of color #55526A: hue angle of 247.5º 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 #55526A is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 85 | 82 | 106 | - |
| CMYK | 0.20 | 0.23 | 0 | 0.58 |
| HSL | 247.5º | 0.13% | 0.37% | - |
| HSV(B) | 247.5º | 0.23% | 0.42% | - |
| XYZ | 9.37 | 9.01 | 14.88 | - |
| YUV | 85.63 | 139.49 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 82 | 106 | 0.20 | 0.23 | 0 | 0.58 | 247.5 | 0.13 | 0.37 |
| Hex | 55 | 52 | 6A | 14 | 17 | 0 | 3A | F8 | D | 25 |
| Octal | 125 | 122 | 152 | 24 | 27 | 0 | 72 | 370 | 15 | 45 |
| Binary | 1010101 | 1010010 | 1101010 | 10100 | 10111 | 0 | 111010 | 11111000 | 1101 | 100101 |
Color Harmonies of #55526A
Complementary color
Monochromatic Colors of #55526A
Black with #55526A
Text Example
Text Example
White with #55526A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55526A; }
p { color: rgb(85,82,106); }
H1.HeaderClassName
{
color: #55526A;
}
.AnyTagClassName
{
color: #55526A;
}
</style>
background-color css
<style>
a { background-color: #55526A; }
a { background-color: rgb(85,82,106); }
div.DivClassName
{
background-color: #55526A;
}
.BgClassName
{
background-color: #55526A;
}
</style>
border-color css
<style>
span { border-color: #55526A; }
span { border-color: rgb(85,82,106); }
td.TdClassName
{
border-color: #55526A;
}
.TagClassName
{
border-color: #55526A;
}
</style>