Shades of Smoky #555072
Tints of Smoky #555072
RGB
CMYK
RGB Variations
Color information
#555072 (or 0x555072) is known color: Smoky. HEX triplet: 55, 50 and 72. RGB value is (85,80,114). Sum of RGB (Red+Green+Blue) = 85+80+114=279 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.47% from 279); Green value is 80 (31.64% from 255 or 28.67% from 279); Blue value is 114 (44.92% from 255 or 40.86% from 279); Max value from RGB is 114 - color contains mainly: blue. Hex color #555072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555072 is #AAAF8D. Grayscale: #555555. Windows color (decimal): -11186062 or 7491669. OLE color: 7491669.
HSL color Cylindrical-coordinate representation of color #555072: hue angle of 248.82º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #555072 is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 85 | 80 | 114 | - |
| CMYK | 0.25 | 0.30 | 0 | 0.55 |
| HSL | 248.82º | 0.18% | 0.38% | - |
| HSV(B) | 248.82º | 0.3% | 0.45% | - |
| XYZ | 9.65 | 8.88 | 17.13 | - |
| YUV | 85.37 | 144.16 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 80 | 114 | 0.25 | 0.30 | 0 | 0.55 | 248.82 | 0.18 | 0.38 |
| Hex | 55 | 50 | 72 | 19 | 1E | 0 | 37 | F9 | 12 | 26 |
| Octal | 125 | 120 | 162 | 31 | 36 | 0 | 67 | 371 | 22 | 46 |
| Binary | 1010101 | 1010000 | 1110010 | 11001 | 11110 | 0 | 110111 | 11111001 | 10010 | 100110 |
Color Harmonies of #555072
Complementary color
Monochromatic Colors of #555072
Black with #555072
Text Example
Text Example
White with #555072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555072; }
p { color: rgb(85,80,114); }
H1.HeaderClassName
{
color: #555072;
}
.AnyTagClassName
{
color: #555072;
}
</style>
background-color css
<style>
a { background-color: #555072; }
a { background-color: rgb(85,80,114); }
div.DivClassName
{
background-color: #555072;
}
.BgClassName
{
background-color: #555072;
}
</style>
border-color css
<style>
span { border-color: #555072; }
span { border-color: rgb(85,80,114); }
td.TdClassName
{
border-color: #555072;
}
.TagClassName
{
border-color: #555072;
}
</style>