Shades of Smoky #555374
Tints of Smoky #555374
RGB
CMYK
RGB Variations
Color information
#555374 (or 0x555374) is known color: Smoky. HEX triplet: 55, 53 and 74. RGB value is (85,83,116). Sum of RGB (Red+Green+Blue) = 85+83+116=284 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.93% from 284); Green value is 83 (32.81% from 255 or 29.23% from 284); Blue value is 116 (45.70% from 255 or 40.85% from 284); Max value from RGB is 116 - color contains mainly: blue. Hex color #555374 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555374 is #AAAC8B. Grayscale: #575757. Windows color (decimal): -11185292 or 7623509. OLE color: 7623509.
HSL color Cylindrical-coordinate representation of color #555374: hue angle of 243.64º degrees, saturation: 0.17, 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 #555374 is Cyan = 0.27, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 85 | 83 | 116 | - |
| CMYK | 0.27 | 0.28 | 0 | 0.55 |
| HSL | 243.64º | 0.17% | 0.39% | - |
| HSV(B) | 243.64º | 0.28% | 0.45% | - |
| XYZ | 9.99 | 9.38 | 17.81 | - |
| YUV | 87.36 | 144.16 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 83 | 116 | 0.27 | 0.28 | 0 | 0.55 | 243.64 | 0.17 | 0.39 |
| Hex | 55 | 53 | 74 | 1B | 1C | 0 | 37 | F4 | 11 | 27 |
| Octal | 125 | 123 | 164 | 33 | 34 | 0 | 67 | 364 | 21 | 47 |
| Binary | 1010101 | 1010011 | 1110100 | 11011 | 11100 | 0 | 110111 | 11110100 | 10001 | 100111 |
Color Harmonies of #555374
Complementary color
Monochromatic Colors of #555374
Black with #555374
Text Example
Text Example
White with #555374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555374; }
p { color: rgb(85,83,116); }
H1.HeaderClassName
{
color: #555374;
}
.AnyTagClassName
{
color: #555374;
}
</style>
background-color css
<style>
a { background-color: #555374; }
a { background-color: rgb(85,83,116); }
div.DivClassName
{
background-color: #555374;
}
.BgClassName
{
background-color: #555374;
}
</style>
border-color css
<style>
span { border-color: #555374; }
span { border-color: rgb(85,83,116); }
td.TdClassName
{
border-color: #555374;
}
.TagClassName
{
border-color: #555374;
}
</style>