Shades of Smoky #554D71
Tints of Smoky #554D71
RGB
CMYK
RGB Variations
Color information
#554D71 (or 0x554D71) is known color: Smoky. HEX triplet: 55, 4D and 71. RGB value is (85,77,113). Sum of RGB (Red+Green+Blue) = 85+77+113=275 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.91% from 275); Green value is 77 (30.47% from 255 or 28% from 275); Blue value is 113 (44.53% from 255 or 41.09% from 275); Max value from RGB is 113 - color contains mainly: blue. Hex color #554D71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #554D71 is #AAB28E. Grayscale: #535353. Windows color (decimal): -11186831 or 7425365. OLE color: 7425365.
HSL color Cylindrical-coordinate representation of color #554D71: hue angle of 253.33º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #554D71 is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 85 | 77 | 113 | - |
| CMYK | 0.25 | 0.32 | 0 | 0.56 |
| HSL | 253.33º | 0.19% | 0.37% | - |
| HSV(B) | 253.33º | 0.32% | 0.44% | - |
| XYZ | 9.38 | 8.43 | 16.76 | - |
| YUV | 83.5 | 144.65 | 129.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 77 | 113 | 0.25 | 0.32 | 0 | 0.56 | 253.33 | 0.19 | 0.37 |
| Hex | 55 | 4D | 71 | 19 | 20 | 0 | 38 | FD | 13 | 25 |
| Octal | 125 | 115 | 161 | 31 | 40 | 0 | 70 | 375 | 23 | 45 |
| Binary | 1010101 | 1001101 | 1110001 | 11001 | 100000 | 0 | 111000 | 11111101 | 10011 | 100101 |
Color Harmonies of #554D71
Complementary color
Monochromatic Colors of #554D71
Black with #554D71
Text Example
Text Example
White with #554D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554D71; }
p { color: rgb(85,77,113); }
H1.HeaderClassName
{
color: #554D71;
}
.AnyTagClassName
{
color: #554D71;
}
</style>
background-color css
<style>
a { background-color: #554D71; }
a { background-color: rgb(85,77,113); }
div.DivClassName
{
background-color: #554D71;
}
.BgClassName
{
background-color: #554D71;
}
</style>
border-color css
<style>
span { border-color: #554D71; }
span { border-color: rgb(85,77,113); }
td.TdClassName
{
border-color: #554D71;
}
.TagClassName
{
border-color: #554D71;
}
</style>