Shades of Smoky #55526C
Tints of Smoky #55526C
RGB
CMYK
RGB Variations
Color information
#55526C (or 0x55526C) is known color: Smoky. HEX triplet: 55, 52 and 6C. RGB value is (85,82,108). Sum of RGB (Red+Green+Blue) = 85+82+108=275 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.91% from 275); Green value is 82 (32.42% from 255 or 29.82% from 275); Blue value is 108 (42.58% from 255 or 39.27% from 275); Max value from RGB is 108 - color contains mainly: blue. Hex color #55526C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55526C is #AAAD93. Grayscale: #555555. Windows color (decimal): -11185556 or 7098965. OLE color: 7098965.
HSL color Cylindrical-coordinate representation of color #55526C: hue angle of 246.92º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #55526C is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 85 | 82 | 108 | - |
| CMYK | 0.21 | 0.24 | 0 | 0.58 |
| HSL | 246.92º | 0.14% | 0.37% | - |
| HSV(B) | 246.92º | 0.24% | 0.42% | - |
| XYZ | 9.47 | 9.05 | 15.43 | - |
| YUV | 85.86 | 140.49 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 82 | 108 | 0.21 | 0.24 | 0 | 0.58 | 246.92 | 0.14 | 0.37 |
| Hex | 55 | 52 | 6C | 15 | 18 | 0 | 3A | F7 | E | 25 |
| Octal | 125 | 122 | 154 | 25 | 30 | 0 | 72 | 367 | 16 | 45 |
| Binary | 1010101 | 1010010 | 1101100 | 10101 | 11000 | 0 | 111010 | 11110111 | 1110 | 100101 |
Color Harmonies of #55526C
Complementary color
Monochromatic Colors of #55526C
Black with #55526C
Text Example
Text Example
White with #55526C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55526C; }
p { color: rgb(85,82,108); }
H1.HeaderClassName
{
color: #55526C;
}
.AnyTagClassName
{
color: #55526C;
}
</style>
background-color css
<style>
a { background-color: #55526C; }
a { background-color: rgb(85,82,108); }
div.DivClassName
{
background-color: #55526C;
}
.BgClassName
{
background-color: #55526C;
}
</style>
border-color css
<style>
span { border-color: #55526C; }
span { border-color: rgb(85,82,108); }
td.TdClassName
{
border-color: #55526C;
}
.TagClassName
{
border-color: #55526C;
}
</style>