Shades of Smoky #554E6B
Tints of Smoky #554E6B
RGB
CMYK
RGB Variations
Color information
#554E6B (or 0x554E6B) is known color: Smoky. HEX triplet: 55, 4E and 6B. RGB value is (85,78,107). Sum of RGB (Red+Green+Blue) = 85+78+107=270 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.48% from 270); Green value is 78 (30.86% from 255 or 28.89% from 270); Blue value is 107 (42.19% from 255 or 39.63% from 270); Max value from RGB is 107 - color contains mainly: blue. Hex color #554E6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #554E6B is #AAB194. Grayscale: #535353. Windows color (decimal): -11186581 or 7032405. OLE color: 7032405.
HSL color Cylindrical-coordinate representation of color #554E6B: hue angle of 254.48º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #554E6B is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 85 | 78 | 107 | - |
| CMYK | 0.21 | 0.27 | 0 | 0.58 |
| HSL | 254.48º | 0.16% | 0.36% | - |
| HSV(B) | 254.48º | 0.27% | 0.42% | - |
| XYZ | 9.12 | 8.44 | 15.06 | - |
| YUV | 83.4 | 141.32 | 129.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 78 | 107 | 0.21 | 0.27 | 0 | 0.58 | 254.48 | 0.16 | 0.36 |
| Hex | 55 | 4E | 6B | 15 | 1B | 0 | 3A | FE | 10 | 24 |
| Octal | 125 | 116 | 153 | 25 | 33 | 0 | 72 | 376 | 20 | 44 |
| Binary | 1010101 | 1001110 | 1101011 | 10101 | 11011 | 0 | 111010 | 11111110 | 10000 | 100100 |
Color Harmonies of #554E6B
Complementary color
Monochromatic Colors of #554E6B
Black with #554E6B
Text Example
Text Example
White with #554E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554E6B; }
p { color: rgb(85,78,107); }
H1.HeaderClassName
{
color: #554E6B;
}
.AnyTagClassName
{
color: #554E6B;
}
</style>
background-color css
<style>
a { background-color: #554E6B; }
a { background-color: rgb(85,78,107); }
div.DivClassName
{
background-color: #554E6B;
}
.BgClassName
{
background-color: #554E6B;
}
</style>
border-color css
<style>
span { border-color: #554E6B; }
span { border-color: rgb(85,78,107); }
td.TdClassName
{
border-color: #554E6B;
}
.TagClassName
{
border-color: #554E6B;
}
</style>