Shades of Smoky #555070
Tints of Smoky #555070
RGB
CMYK
RGB Variations
Color information
#555070 (or 0x555070) is known color: Smoky. HEX triplet: 55, 50 and 70. RGB value is (85,80,112). Sum of RGB (Red+Green+Blue) = 85+80+112=277 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.69% from 277); Green value is 80 (31.64% from 255 or 28.88% from 277); Blue value is 112 (44.14% from 255 or 40.43% from 277); Max value from RGB is 112 - color contains mainly: blue. Hex color #555070 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555070 is #AAAF8F. Grayscale: #555555. Windows color (decimal): -11186064 or 7360597. OLE color: 7360597.
HSL color Cylindrical-coordinate representation of color #555070: hue angle of 249.38º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #555070 is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 85 | 80 | 112 | - |
| CMYK | 0.24 | 0.29 | 0 | 0.56 |
| HSL | 249.38º | 0.17% | 0.38% | - |
| HSV(B) | 249.38º | 0.29% | 0.44% | - |
| XYZ | 9.54 | 8.84 | 16.53 | - |
| YUV | 85.14 | 143.16 | 127.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 80 | 112 | 0.24 | 0.29 | 0 | 0.56 | 249.38 | 0.17 | 0.38 |
| Hex | 55 | 50 | 70 | 18 | 1D | 0 | 38 | F9 | 11 | 26 |
| Octal | 125 | 120 | 160 | 30 | 35 | 0 | 70 | 371 | 21 | 46 |
| Binary | 1010101 | 1010000 | 1110000 | 11000 | 11101 | 0 | 111000 | 11111001 | 10001 | 100110 |
Color Harmonies of #555070
Complementary color
Monochromatic Colors of #555070
Black with #555070
Text Example
Text Example
White with #555070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555070; }
p { color: rgb(85,80,112); }
H1.HeaderClassName
{
color: #555070;
}
.AnyTagClassName
{
color: #555070;
}
</style>
background-color css
<style>
a { background-color: #555070; }
a { background-color: rgb(85,80,112); }
div.DivClassName
{
background-color: #555070;
}
.BgClassName
{
background-color: #555070;
}
</style>
border-color css
<style>
span { border-color: #555070; }
span { border-color: rgb(85,80,112); }
td.TdClassName
{
border-color: #555070;
}
.TagClassName
{
border-color: #555070;
}
</style>