Shades of Smoky #555367
Tints of Smoky #555367
RGB
CMYK
RGB Variations
Color information
#555367 (or 0x555367) is known color: Smoky. HEX triplet: 55, 53 and 67. RGB value is (85,83,103). Sum of RGB (Red+Green+Blue) = 85+83+103=271 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.37% from 271); Green value is 83 (32.81% from 255 or 30.63% from 271); Blue value is 103 (40.62% from 255 or 38.01% from 271); Max value from RGB is 103 - color contains mainly: blue. Hex color #555367 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555367 is #AAAC98. Grayscale: #555555. Windows color (decimal): -11185305 or 6771541. OLE color: 6771541.
HSL color Cylindrical-coordinate representation of color #555367: hue angle of 246º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #555367 is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 85 | 83 | 103 | - |
| CMYK | 0.17 | 0.19 | 0 | 0.60 |
| HSL | 246º | 0.11% | 0.36% | - |
| HSV(B) | 246º | 0.19% | 0.4% | - |
| XYZ | 9.29 | 9.1 | 14.1 | - |
| YUV | 85.88 | 137.66 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 83 | 103 | 0.17 | 0.19 | 0 | 0.60 | 246 | 0.11 | 0.36 |
| Hex | 55 | 53 | 67 | 11 | 13 | 0 | 3C | F6 | B | 24 |
| Octal | 125 | 123 | 147 | 21 | 23 | 0 | 74 | 366 | 13 | 44 |
| Binary | 1010101 | 1010011 | 1100111 | 10001 | 10011 | 0 | 111100 | 11110110 | 1011 | 100100 |
Color Harmonies of #555367
Complementary color
Monochromatic Colors of #555367
Black with #555367
Text Example
Text Example
White with #555367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555367; }
p { color: rgb(85,83,103); }
H1.HeaderClassName
{
color: #555367;
}
.AnyTagClassName
{
color: #555367;
}
</style>
background-color css
<style>
a { background-color: #555367; }
a { background-color: rgb(85,83,103); }
div.DivClassName
{
background-color: #555367;
}
.BgClassName
{
background-color: #555367;
}
</style>
border-color css
<style>
span { border-color: #555367; }
span { border-color: rgb(85,83,103); }
td.TdClassName
{
border-color: #555367;
}
.TagClassName
{
border-color: #555367;
}
</style>