Shades of Smoky #55526F
Tints of Smoky #55526F
RGB
CMYK
RGB Variations
Color information
#55526F (or 0x55526F) is known color: Smoky. HEX triplet: 55, 52 and 6F. RGB value is (85,82,111). Sum of RGB (Red+Green+Blue) = 85+82+111=278 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.58% from 278); Green value is 82 (32.42% from 255 or 29.50% from 278); Blue value is 111 (43.75% from 255 or 39.93% from 278); Max value from RGB is 111 - color contains mainly: blue. Hex color #55526F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55526F is #AAAD90. Grayscale: #565656. Windows color (decimal): -11185553 or 7295573. OLE color: 7295573.
HSL color Cylindrical-coordinate representation of color #55526F: hue angle of 246.21º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #55526F is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 85 | 82 | 111 | - |
| CMYK | 0.23 | 0.26 | 0 | 0.56 |
| HSL | 246.21º | 0.15% | 0.38% | - |
| HSV(B) | 246.21º | 0.26% | 0.44% | - |
| XYZ | 9.63 | 9.11 | 16.29 | - |
| YUV | 86.2 | 141.99 | 127.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 82 | 111 | 0.23 | 0.26 | 0 | 0.56 | 246.21 | 0.15 | 0.38 |
| Hex | 55 | 52 | 6F | 17 | 1A | 0 | 38 | F6 | F | 26 |
| Octal | 125 | 122 | 157 | 27 | 32 | 0 | 70 | 366 | 17 | 46 |
| Binary | 1010101 | 1010010 | 1101111 | 10111 | 11010 | 0 | 111000 | 11110110 | 1111 | 100110 |
Color Harmonies of #55526F
Complementary color
Monochromatic Colors of #55526F
Black with #55526F
Text Example
Text Example
White with #55526F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55526F; }
p { color: rgb(85,82,111); }
H1.HeaderClassName
{
color: #55526F;
}
.AnyTagClassName
{
color: #55526F;
}
</style>
background-color css
<style>
a { background-color: #55526F; }
a { background-color: rgb(85,82,111); }
div.DivClassName
{
background-color: #55526F;
}
.BgClassName
{
background-color: #55526F;
}
</style>
border-color css
<style>
span { border-color: #55526F; }
span { border-color: rgb(85,82,111); }
td.TdClassName
{
border-color: #55526F;
}
.TagClassName
{
border-color: #55526F;
}
</style>