Shades of Smoky #585268
Tints of Smoky #585268
RGB
CMYK
RGB Variations
Color information
#585268 (or 0x585268) is known color: Smoky. HEX triplet: 58, 52 and 68. RGB value is (88,82,104). Sum of RGB (Red+Green+Blue) = 88+82+104=274 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32.12% from 274); Green value is 82 (32.42% from 255 or 29.93% from 274); Blue value is 104 (41.02% from 255 or 37.96% from 274); Max value from RGB is 104 - color contains mainly: blue. Hex color #585268 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585268 is #A7AD97. Grayscale: #565656. Windows color (decimal): -10988952 or 6836824. OLE color: 6836824.
HSL color Cylindrical-coordinate representation of color #585268: hue angle of 256.36º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #585268 is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 88 | 82 | 104 | - |
| CMYK | 0.15 | 0.21 | 0 | 0.59 |
| HSL | 256.36º | 0.12% | 0.36% | - |
| HSV(B) | 256.36º | 0.21% | 0.41% | - |
| XYZ | 9.54 | 9.11 | 14.35 | - |
| YUV | 86.3 | 137.99 | 129.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 82 | 104 | 0.15 | 0.21 | 0 | 0.59 | 256.36 | 0.12 | 0.36 |
| Hex | 58 | 52 | 68 | F | 15 | 0 | 3B | 100 | C | 24 |
| Octal | 130 | 122 | 150 | 17 | 25 | 0 | 73 | 400 | 14 | 44 |
| Binary | 1011000 | 1010010 | 1101000 | 1111 | 10101 | 0 | 111011 | 100000000 | 1100 | 100100 |
Color Harmonies of #585268
Complementary color
Monochromatic Colors of #585268
Black with #585268
Text Example
Text Example
White with #585268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585268; }
p { color: rgb(88,82,104); }
H1.HeaderClassName
{
color: #585268;
}
.AnyTagClassName
{
color: #585268;
}
</style>
background-color css
<style>
a { background-color: #585268; }
a { background-color: rgb(88,82,104); }
div.DivClassName
{
background-color: #585268;
}
.BgClassName
{
background-color: #585268;
}
</style>
border-color css
<style>
span { border-color: #585268; }
span { border-color: rgb(88,82,104); }
td.TdClassName
{
border-color: #585268;
}
.TagClassName
{
border-color: #585268;
}
</style>