Shades of Smoky #555272
Tints of Smoky #555272
RGB
CMYK
RGB Variations
Color information
#555272 (or 0x555272) is known color: Smoky. HEX triplet: 55, 52 and 72. RGB value is (85,82,114). Sum of RGB (Red+Green+Blue) = 85+82+114=281 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.25% from 281); Green value is 82 (32.42% from 255 or 29.18% from 281); Blue value is 114 (44.92% from 255 or 40.57% from 281); Max value from RGB is 114 - color contains mainly: blue. Hex color #555272 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555272 is #AAAD8D. Grayscale: #565656. Windows color (decimal): -11185550 or 7492181. OLE color: 7492181.
HSL color Cylindrical-coordinate representation of color #555272: hue angle of 245.62º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #555272 is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 85 | 82 | 114 | - |
| CMYK | 0.25 | 0.28 | 0 | 0.55 |
| HSL | 245.63º | 0.16% | 0.38% | - |
| HSV(B) | 245.63º | 0.28% | 0.45% | - |
| XYZ | 9.8 | 9.18 | 17.18 | - |
| YUV | 86.55 | 143.49 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 82 | 114 | 0.25 | 0.28 | 0 | 0.55 | 245.63 | 0.16 | 0.38 |
| Hex | 55 | 52 | 72 | 19 | 1C | 0 | 37 | F6 | 10 | 26 |
| Octal | 125 | 122 | 162 | 31 | 34 | 0 | 67 | 366 | 20 | 46 |
| Binary | 1010101 | 1010010 | 1110010 | 11001 | 11100 | 0 | 110111 | 11110110 | 10000 | 100110 |
Color Harmonies of #555272
Complementary color
Monochromatic Colors of #555272
Black with #555272
Text Example
Text Example
White with #555272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555272; }
p { color: rgb(85,82,114); }
H1.HeaderClassName
{
color: #555272;
}
.AnyTagClassName
{
color: #555272;
}
</style>
background-color css
<style>
a { background-color: #555272; }
a { background-color: rgb(85,82,114); }
div.DivClassName
{
background-color: #555272;
}
.BgClassName
{
background-color: #555272;
}
</style>
border-color css
<style>
span { border-color: #555272; }
span { border-color: rgb(85,82,114); }
td.TdClassName
{
border-color: #555272;
}
.TagClassName
{
border-color: #555272;
}
</style>