Shades of Smoky #555468
Tints of Smoky #555468
RGB
CMYK
RGB Variations
Color information
#555468 (or 0x555468) is known color: Smoky. HEX triplet: 55, 54 and 68. RGB value is (85,84,104). Sum of RGB (Red+Green+Blue) = 85+84+104=273 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.14% from 273); Green value is 84 (33.20% from 255 or 30.77% from 273); Blue value is 104 (41.02% from 255 or 38.10% from 273); Max value from RGB is 104 - color contains mainly: blue. Hex color #555468 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555468 is #AAAB97. Grayscale: #565656. Windows color (decimal): -11185048 or 6837333. OLE color: 6837333.
HSL color Cylindrical-coordinate representation of color #555468: hue angle of 243º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #555468 is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 85 | 84 | 104 | - |
| CMYK | 0.18 | 0.19 | 0 | 0.59 |
| HSL | 243º | 0.11% | 0.37% | - |
| HSV(B) | 243º | 0.19% | 0.41% | - |
| XYZ | 9.42 | 9.27 | 14.39 | - |
| YUV | 86.58 | 137.83 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 84 | 104 | 0.18 | 0.19 | 0 | 0.59 | 243 | 0.11 | 0.37 |
| Hex | 55 | 54 | 68 | 12 | 13 | 0 | 3B | F3 | B | 25 |
| Octal | 125 | 124 | 150 | 22 | 23 | 0 | 73 | 363 | 13 | 45 |
| Binary | 1010101 | 1010100 | 1101000 | 10010 | 10011 | 0 | 111011 | 11110011 | 1011 | 100101 |
Color Harmonies of #555468
Complementary color
Monochromatic Colors of #555468
Black with #555468
Text Example
Text Example
White with #555468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555468; }
p { color: rgb(85,84,104); }
H1.HeaderClassName
{
color: #555468;
}
.AnyTagClassName
{
color: #555468;
}
</style>
background-color css
<style>
a { background-color: #555468; }
a { background-color: rgb(85,84,104); }
div.DivClassName
{
background-color: #555468;
}
.BgClassName
{
background-color: #555468;
}
</style>
border-color css
<style>
span { border-color: #555468; }
span { border-color: rgb(85,84,104); }
td.TdClassName
{
border-color: #555468;
}
.TagClassName
{
border-color: #555468;
}
</style>