Shades of Smoky #555363
Tints of Smoky #555363
RGB
CMYK
RGB Variations
Color information
#555363 (or 0x555363) is known color: Smoky. HEX triplet: 55, 53 and 63. RGB value is (85,83,99). Sum of RGB (Red+Green+Blue) = 85+83+99=267 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.84% from 267); Green value is 83 (32.81% from 255 or 31.09% from 267); Blue value is 99 (39.06% from 255 or 37.08% from 267); Max value from RGB is 99 - color contains mainly: blue. Hex color #555363 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555363 is #AAAC9C. Grayscale: #555555. Windows color (decimal): -11185309 or 6509397. OLE color: 6509397.
HSL color Cylindrical-coordinate representation of color #555363: hue angle of 247.5º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #555363 is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 85 | 83 | 99 | - |
| CMYK | 0.14 | 0.16 | 0 | 0.61 |
| HSL | 247.5º | 0.09% | 0.36% | - |
| HSV(B) | 247.5º | 0.16% | 0.39% | - |
| XYZ | 9.09 | 9.02 | 13.07 | - |
| YUV | 85.42 | 135.66 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 83 | 99 | 0.14 | 0.16 | 0 | 0.61 | 247.5 | 0.09 | 0.36 |
| Hex | 55 | 53 | 63 | E | 10 | 0 | 3D | F8 | 9 | 24 |
| Octal | 125 | 123 | 143 | 16 | 20 | 0 | 75 | 370 | 11 | 44 |
| Binary | 1010101 | 1010011 | 1100011 | 1110 | 10000 | 0 | 111101 | 11111000 | 1001 | 100100 |
Color Harmonies of #555363
Complementary color
Monochromatic Colors of #555363
Black with #555363
Text Example
Text Example
White with #555363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555363; }
p { color: rgb(85,83,99); }
H1.HeaderClassName
{
color: #555363;
}
.AnyTagClassName
{
color: #555363;
}
</style>
background-color css
<style>
a { background-color: #555363; }
a { background-color: rgb(85,83,99); }
div.DivClassName
{
background-color: #555363;
}
.BgClassName
{
background-color: #555363;
}
</style>
border-color css
<style>
span { border-color: #555363; }
span { border-color: rgb(85,83,99); }
td.TdClassName
{
border-color: #555363;
}
.TagClassName
{
border-color: #555363;
}
</style>