Shades of Smoky #58526A
Tints of Smoky #58526A
RGB
CMYK
RGB Variations
Color information
#58526A (or 0x58526A) is known color: Smoky. HEX triplet: 58, 52 and 6A. RGB value is (88,82,106). Sum of RGB (Red+Green+Blue) = 88+82+106=276 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.88% from 276); Green value is 82 (32.42% from 255 or 29.71% from 276); Blue value is 106 (41.80% from 255 or 38.41% from 276); Max value from RGB is 106 - color contains mainly: blue. Hex color #58526A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58526A is #A7AD95. Grayscale: #565656. Windows color (decimal): -10988950 or 6967896. OLE color: 6967896.
HSL color Cylindrical-coordinate representation of color #58526A: hue angle of 255º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #58526A is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 88 | 82 | 106 | - |
| CMYK | 0.17 | 0.23 | 0 | 0.58 |
| HSL | 255º | 0.13% | 0.37% | - |
| HSV(B) | 255º | 0.23% | 0.42% | - |
| XYZ | 9.64 | 9.15 | 14.89 | - |
| YUV | 86.53 | 138.99 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 82 | 106 | 0.17 | 0.23 | 0 | 0.58 | 255 | 0.13 | 0.37 |
| Hex | 58 | 52 | 6A | 11 | 17 | 0 | 3A | FF | D | 25 |
| Octal | 130 | 122 | 152 | 21 | 27 | 0 | 72 | 377 | 15 | 45 |
| Binary | 1011000 | 1010010 | 1101010 | 10001 | 10111 | 0 | 111010 | 11111111 | 1101 | 100101 |
Color Harmonies of #58526A
Complementary color
Monochromatic Colors of #58526A
Black with #58526A
Text Example
Text Example
White with #58526A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58526A; }
p { color: rgb(88,82,106); }
H1.HeaderClassName
{
color: #58526A;
}
.AnyTagClassName
{
color: #58526A;
}
</style>
background-color css
<style>
a { background-color: #58526A; }
a { background-color: rgb(88,82,106); }
div.DivClassName
{
background-color: #58526A;
}
.BgClassName
{
background-color: #58526A;
}
</style>
border-color css
<style>
span { border-color: #58526A; }
span { border-color: rgb(88,82,106); }
td.TdClassName
{
border-color: #58526A;
}
.TagClassName
{
border-color: #58526A;
}
</style>