Shades of Smoky #585565
Tints of Smoky #585565
RGB
CMYK
RGB Variations
Color information
#585565 (or 0x585565) is known color: Smoky. HEX triplet: 58, 55 and 65. RGB value is (88,85,101). Sum of RGB (Red+Green+Blue) = 88+85+101=274 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32.12% from 274); Green value is 85 (33.59% from 255 or 31.02% from 274); Blue value is 101 (39.84% from 255 or 36.86% from 274); Max value from RGB is 101 - color contains mainly: blue. Hex color #585565 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585565 is #A7AA9A. Grayscale: #575757. Windows color (decimal): -10988187 or 6640984. OLE color: 6640984.
HSL color Cylindrical-coordinate representation of color #585565: hue angle of 251.25º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #585565 is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 88 | 85 | 101 | - |
| CMYK | 0.13 | 0.16 | 0 | 0.60 |
| HSL | 251.25º | 0.09% | 0.36% | - |
| HSV(B) | 251.25º | 0.16% | 0.4% | - |
| XYZ | 9.62 | 9.51 | 13.64 | - |
| YUV | 87.72 | 135.49 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 85 | 101 | 0.13 | 0.16 | 0 | 0.60 | 251.25 | 0.09 | 0.36 |
| Hex | 58 | 55 | 65 | D | 10 | 0 | 3C | FB | 9 | 24 |
| Octal | 130 | 125 | 145 | 15 | 20 | 0 | 74 | 373 | 11 | 44 |
| Binary | 1011000 | 1010101 | 1100101 | 1101 | 10000 | 0 | 111100 | 11111011 | 1001 | 100100 |
Color Harmonies of #585565
Complementary color
Monochromatic Colors of #585565
Black with #585565
Text Example
Text Example
White with #585565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585565; }
p { color: rgb(88,85,101); }
H1.HeaderClassName
{
color: #585565;
}
.AnyTagClassName
{
color: #585565;
}
</style>
background-color css
<style>
a { background-color: #585565; }
a { background-color: rgb(88,85,101); }
div.DivClassName
{
background-color: #585565;
}
.BgClassName
{
background-color: #585565;
}
</style>
border-color css
<style>
span { border-color: #585565; }
span { border-color: rgb(88,85,101); }
td.TdClassName
{
border-color: #585565;
}
.TagClassName
{
border-color: #585565;
}
</style>