Shades of Smoky #58506B
Tints of Smoky #58506B
RGB
CMYK
RGB Variations
Color information
#58506B (or 0x58506B) is known color: Smoky. HEX triplet: 58, 50 and 6B. RGB value is (88,80,107). Sum of RGB (Red+Green+Blue) = 88+80+107=275 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32% from 275); Green value is 80 (31.64% from 255 or 29.09% from 275); Blue value is 107 (42.19% from 255 or 38.91% from 275); Max value from RGB is 107 - color contains mainly: blue. Hex color #58506B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58506B is #A7AF94. Grayscale: #555555. Windows color (decimal): -10989461 or 7032920. OLE color: 7032920.
HSL color Cylindrical-coordinate representation of color #58506B: hue angle of 257.78º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #58506B is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 88 | 80 | 107 | - |
| CMYK | 0.18 | 0.25 | 0 | 0.58 |
| HSL | 257.78º | 0.14% | 0.37% | - |
| HSV(B) | 257.78º | 0.25% | 0.42% | - |
| XYZ | 9.55 | 8.87 | 15.12 | - |
| YUV | 85.47 | 140.15 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 80 | 107 | 0.18 | 0.25 | 0 | 0.58 | 257.78 | 0.14 | 0.37 |
| Hex | 58 | 50 | 6B | 12 | 19 | 0 | 3A | 102 | E | 25 |
| Octal | 130 | 120 | 153 | 22 | 31 | 0 | 72 | 402 | 16 | 45 |
| Binary | 1011000 | 1010000 | 1101011 | 10010 | 11001 | 0 | 111010 | 100000010 | 1110 | 100101 |
Color Harmonies of #58506B
Complementary color
Monochromatic Colors of #58506B
Black with #58506B
Text Example
Text Example
White with #58506B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58506B; }
p { color: rgb(88,80,107); }
H1.HeaderClassName
{
color: #58506B;
}
.AnyTagClassName
{
color: #58506B;
}
</style>
background-color css
<style>
a { background-color: #58506B; }
a { background-color: rgb(88,80,107); }
div.DivClassName
{
background-color: #58506B;
}
.BgClassName
{
background-color: #58506B;
}
</style>
border-color css
<style>
span { border-color: #58506B; }
span { border-color: rgb(88,80,107); }
td.TdClassName
{
border-color: #58506B;
}
.TagClassName
{
border-color: #58506B;
}
</style>