Shades of Smoky #554F6E
Tints of Smoky #554F6E
RGB
CMYK
RGB Variations
Color information
#554F6E (or 0x554F6E) is known color: Smoky. HEX triplet: 55, 4F and 6E. RGB value is (85,79,110). Sum of RGB (Red+Green+Blue) = 85+79+110=274 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.02% from 274); Green value is 79 (31.25% from 255 or 28.83% from 274); Blue value is 110 (43.36% from 255 or 40.15% from 274); Max value from RGB is 110 - color contains mainly: blue. Hex color #554F6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #554F6E is #AAB091. Grayscale: #545454. Windows color (decimal): -11186322 or 7229269. OLE color: 7229269.
HSL color Cylindrical-coordinate representation of color #554F6E: hue angle of 251.61º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #554F6E is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 85 | 79 | 110 | - |
| CMYK | 0.23 | 0.28 | 0 | 0.57 |
| HSL | 251.61º | 0.16% | 0.37% | - |
| HSV(B) | 251.61º | 0.28% | 0.43% | - |
| XYZ | 9.36 | 8.65 | 15.93 | - |
| YUV | 84.33 | 142.49 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 79 | 110 | 0.23 | 0.28 | 0 | 0.57 | 251.61 | 0.16 | 0.37 |
| Hex | 55 | 4F | 6E | 17 | 1C | 0 | 39 | FC | 10 | 25 |
| Octal | 125 | 117 | 156 | 27 | 34 | 0 | 71 | 374 | 20 | 45 |
| Binary | 1010101 | 1001111 | 1101110 | 10111 | 11100 | 0 | 111001 | 11111100 | 10000 | 100101 |
Color Harmonies of #554F6E
Complementary color
Monochromatic Colors of #554F6E
Black with #554F6E
Text Example
Text Example
White with #554F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554F6E; }
p { color: rgb(85,79,110); }
H1.HeaderClassName
{
color: #554F6E;
}
.AnyTagClassName
{
color: #554F6E;
}
</style>
background-color css
<style>
a { background-color: #554F6E; }
a { background-color: rgb(85,79,110); }
div.DivClassName
{
background-color: #554F6E;
}
.BgClassName
{
background-color: #554F6E;
}
</style>
border-color css
<style>
span { border-color: #554F6E; }
span { border-color: rgb(85,79,110); }
td.TdClassName
{
border-color: #554F6E;
}
.TagClassName
{
border-color: #554F6E;
}
</style>