Shades of Smoky #585863
Tints of Smoky #585863
RGB
CMYK
RGB Variations
Color information
#585863 (or 0x585863) is known color: Smoky. HEX triplet: 58, 58 and 63. RGB value is (88,88,99). Sum of RGB (Red+Green+Blue) = 88+88+99=275 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32% from 275); Green value is 88 (34.77% from 255 or 32% from 275); Blue value is 99 (39.06% from 255 or 36% from 275); Max value from RGB is 99 - color contains mainly: blue. Hex color #585863 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585863 is #A7A79C. Grayscale: #595959. Windows color (decimal): -10987421 or 6510680. OLE color: 6510680.
HSL color Cylindrical-coordinate representation of color #585863: hue angle of 240º degrees, saturation: 0.06, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #585863 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 88 | 88 | 99 | - |
| CMYK | 0.11 | 0.11 | 0 | 0.61 |
| HSL | 240º | 0.06% | 0.37% | - |
| HSV(B) | 240º | 0.11% | 0.39% | - |
| XYZ | 9.77 | 9.96 | 13.21 | - |
| YUV | 89.25 | 133.5 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 88 | 99 | 0.11 | 0.11 | 0 | 0.61 | 240 | 0.06 | 0.37 |
| Hex | 58 | 58 | 63 | B | B | 0 | 3D | F0 | 6 | 25 |
| Octal | 130 | 130 | 143 | 13 | 13 | 0 | 75 | 360 | 6 | 45 |
| Binary | 1011000 | 1011000 | 1100011 | 1011 | 1011 | 0 | 111101 | 11110000 | 110 | 100101 |
Color Harmonies of #585863
Complementary color
Monochromatic Colors of #585863
Black with #585863
Text Example
Text Example
White with #585863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585863; }
p { color: rgb(88,88,99); }
H1.HeaderClassName
{
color: #585863;
}
.AnyTagClassName
{
color: #585863;
}
</style>
background-color css
<style>
a { background-color: #585863; }
a { background-color: rgb(88,88,99); }
div.DivClassName
{
background-color: #585863;
}
.BgClassName
{
background-color: #585863;
}
</style>
border-color css
<style>
span { border-color: #585863; }
span { border-color: rgb(88,88,99); }
td.TdClassName
{
border-color: #585863;
}
.TagClassName
{
border-color: #585863;
}
</style>