Shades of Smoky #555465
Tints of Smoky #555465
RGB
CMYK
RGB Variations
Color information
#555465 (or 0x555465) is known color: Smoky. HEX triplet: 55, 54 and 65. RGB value is (85,84,101). Sum of RGB (Red+Green+Blue) = 85+84+101=270 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.48% from 270); Green value is 84 (33.20% from 255 or 31.11% from 270); Blue value is 101 (39.84% from 255 or 37.41% from 270); Max value from RGB is 101 - color contains mainly: blue. Hex color #555465 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555465 is #AAAB9A. Grayscale: #565656. Windows color (decimal): -11185051 or 6640725. OLE color: 6640725.
HSL color Cylindrical-coordinate representation of color #555465: hue angle of 243.53º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #555465 is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 85 | 84 | 101 | - |
| CMYK | 0.16 | 0.17 | 0 | 0.60 |
| HSL | 243.53º | 0.09% | 0.36% | - |
| HSV(B) | 243.53º | 0.17% | 0.4% | - |
| XYZ | 9.27 | 9.21 | 13.6 | - |
| YUV | 86.24 | 136.33 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 84 | 101 | 0.16 | 0.17 | 0 | 0.60 | 243.53 | 0.09 | 0.36 |
| Hex | 55 | 54 | 65 | 10 | 11 | 0 | 3C | F4 | 9 | 24 |
| Octal | 125 | 124 | 145 | 20 | 21 | 0 | 74 | 364 | 11 | 44 |
| Binary | 1010101 | 1010100 | 1100101 | 10000 | 10001 | 0 | 111100 | 11110100 | 1001 | 100100 |
Color Harmonies of #555465
Complementary color
Monochromatic Colors of #555465
Black with #555465
Text Example
Text Example
White with #555465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555465; }
p { color: rgb(85,84,101); }
H1.HeaderClassName
{
color: #555465;
}
.AnyTagClassName
{
color: #555465;
}
</style>
background-color css
<style>
a { background-color: #555465; }
a { background-color: rgb(85,84,101); }
div.DivClassName
{
background-color: #555465;
}
.BgClassName
{
background-color: #555465;
}
</style>
border-color css
<style>
span { border-color: #555465; }
span { border-color: rgb(85,84,101); }
td.TdClassName
{
border-color: #555465;
}
.TagClassName
{
border-color: #555465;
}
</style>