Shades of Smoky #555274
Tints of Smoky #555274
RGB
CMYK
RGB Variations
Color information
#555274 (or 0x555274) is known color: Smoky. HEX triplet: 55, 52 and 74. RGB value is (85,82,116). Sum of RGB (Red+Green+Blue) = 85+82+116=283 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.04% from 283); Green value is 82 (32.42% from 255 or 28.98% from 283); Blue value is 116 (45.70% from 255 or 40.99% from 283); Max value from RGB is 116 - color contains mainly: blue. Hex color #555274 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555274 is #AAAD8B. Grayscale: #565656. Windows color (decimal): -11185548 or 7623253. OLE color: 7623253.
HSL color Cylindrical-coordinate representation of color #555274: hue angle of 245.29º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #555274 is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 85 | 82 | 116 | - |
| CMYK | 0.27 | 0.29 | 0 | 0.55 |
| HSL | 245.29º | 0.17% | 0.39% | - |
| HSV(B) | 245.29º | 0.29% | 0.45% | - |
| XYZ | 9.92 | 9.23 | 17.78 | - |
| YUV | 86.77 | 144.49 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 82 | 116 | 0.27 | 0.29 | 0 | 0.55 | 245.29 | 0.17 | 0.39 |
| Hex | 55 | 52 | 74 | 1B | 1D | 0 | 37 | F5 | 11 | 27 |
| Octal | 125 | 122 | 164 | 33 | 35 | 0 | 67 | 365 | 21 | 47 |
| Binary | 1010101 | 1010010 | 1110100 | 11011 | 11101 | 0 | 110111 | 11110101 | 10001 | 100111 |
Color Harmonies of #555274
Complementary color
Monochromatic Colors of #555274
Black with #555274
Text Example
Text Example
White with #555274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555274; }
p { color: rgb(85,82,116); }
H1.HeaderClassName
{
color: #555274;
}
.AnyTagClassName
{
color: #555274;
}
</style>
background-color css
<style>
a { background-color: #555274; }
a { background-color: rgb(85,82,116); }
div.DivClassName
{
background-color: #555274;
}
.BgClassName
{
background-color: #555274;
}
</style>
border-color css
<style>
span { border-color: #555274; }
span { border-color: rgb(85,82,116); }
td.TdClassName
{
border-color: #555274;
}
.TagClassName
{
border-color: #555274;
}
</style>