Shades of Smoky #555373
Tints of Smoky #555373
RGB
CMYK
RGB Variations
Color information
#555373 (or 0x555373) is known color: Smoky. HEX triplet: 55, 53 and 73. RGB value is (85,83,115). Sum of RGB (Red+Green+Blue) = 85+83+115=283 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.04% from 283); Green value is 83 (32.81% from 255 or 29.33% from 283); Blue value is 115 (45.31% from 255 or 40.64% from 283); Max value from RGB is 115 - color contains mainly: blue. Hex color #555373 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555373 is #AAAC8C. Grayscale: #575757. Windows color (decimal): -11185293 or 7557973. OLE color: 7557973.
HSL color Cylindrical-coordinate representation of color #555373: hue angle of 243.75º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #555373 is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 85 | 83 | 115 | - |
| CMYK | 0.26 | 0.28 | 0 | 0.55 |
| HSL | 243.75º | 0.16% | 0.39% | - |
| HSV(B) | 243.75º | 0.28% | 0.45% | - |
| XYZ | 9.93 | 9.36 | 17.5 | - |
| YUV | 87.25 | 143.66 | 126.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 83 | 115 | 0.26 | 0.28 | 0 | 0.55 | 243.75 | 0.16 | 0.39 |
| Hex | 55 | 53 | 73 | 1A | 1C | 0 | 37 | F4 | 10 | 27 |
| Octal | 125 | 123 | 163 | 32 | 34 | 0 | 67 | 364 | 20 | 47 |
| Binary | 1010101 | 1010011 | 1110011 | 11010 | 11100 | 0 | 110111 | 11110100 | 10000 | 100111 |
Color Harmonies of #555373
Complementary color
Monochromatic Colors of #555373
Black with #555373
Text Example
Text Example
White with #555373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555373; }
p { color: rgb(85,83,115); }
H1.HeaderClassName
{
color: #555373;
}
.AnyTagClassName
{
color: #555373;
}
</style>
background-color css
<style>
a { background-color: #555373; }
a { background-color: rgb(85,83,115); }
div.DivClassName
{
background-color: #555373;
}
.BgClassName
{
background-color: #555373;
}
</style>
border-color css
<style>
span { border-color: #555373; }
span { border-color: rgb(85,83,115); }
td.TdClassName
{
border-color: #555373;
}
.TagClassName
{
border-color: #555373;
}
</style>