Shades of Smoky #555073
Tints of Smoky #555073
RGB
CMYK
RGB Variations
Color information
#555073 (or 0x555073) is known color: Smoky. HEX triplet: 55, 50 and 73. RGB value is (85,80,115). Sum of RGB (Red+Green+Blue) = 85+80+115=280 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.36% from 280); Green value is 80 (31.64% from 255 or 28.57% from 280); Blue value is 115 (45.31% from 255 or 41.07% from 280); Max value from RGB is 115 - color contains mainly: blue. Hex color #555073 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555073 is #AAAF8C. Grayscale: #555555. Windows color (decimal): -11186061 or 7557205. OLE color: 7557205.
HSL color Cylindrical-coordinate representation of color #555073: hue angle of 248.57º 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 #555073 is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 85 | 80 | 115 | - |
| CMYK | 0.26 | 0.30 | 0 | 0.55 |
| HSL | 248.57º | 0.18% | 0.38% | - |
| HSV(B) | 248.57º | 0.3% | 0.45% | - |
| XYZ | 9.71 | 8.91 | 17.43 | - |
| YUV | 85.49 | 144.66 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 80 | 115 | 0.26 | 0.30 | 0 | 0.55 | 248.57 | 0.18 | 0.38 |
| Hex | 55 | 50 | 73 | 1A | 1E | 0 | 37 | F9 | 12 | 26 |
| Octal | 125 | 120 | 163 | 32 | 36 | 0 | 67 | 371 | 22 | 46 |
| Binary | 1010101 | 1010000 | 1110011 | 11010 | 11110 | 0 | 110111 | 11111001 | 10010 | 100110 |
Color Harmonies of #555073
Complementary color
Monochromatic Colors of #555073
Black with #555073
Text Example
Text Example
White with #555073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555073; }
p { color: rgb(85,80,115); }
H1.HeaderClassName
{
color: #555073;
}
.AnyTagClassName
{
color: #555073;
}
</style>
background-color css
<style>
a { background-color: #555073; }
a { background-color: rgb(85,80,115); }
div.DivClassName
{
background-color: #555073;
}
.BgClassName
{
background-color: #555073;
}
</style>
border-color css
<style>
span { border-color: #555073; }
span { border-color: rgb(85,80,115); }
td.TdClassName
{
border-color: #555073;
}
.TagClassName
{
border-color: #555073;
}
</style>