Shades of Comet #58596A
Tints of Comet #58596A
RGB
CMYK
RGB Variations
Color information
#58596A (or 0x58596A) is known color: Comet. HEX triplet: 58, 59 and 6A. RGB value is (88,89,106). Sum of RGB (Red+Green+Blue) = 88+89+106=283 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.10% from 283); Green value is 89 (35.16% from 255 or 31.45% from 283); Blue value is 106 (41.80% from 255 or 37.46% from 283); Max value from RGB is 106 - color contains mainly: blue. Hex color #58596A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58596A is #A7A695. Grayscale: #5A5A5A. Windows color (decimal): -10987158 or 6969688. OLE color: 6969688.
HSL color Cylindrical-coordinate representation of color #58596A: hue angle of 236.67º degrees, saturation: 0.09, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #58596A is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 88 | 89 | 106 | - |
| CMYK | 0.17 | 0.16 | 0 | 0.58 |
| HSL | 236.67º | 0.09% | 0.38% | - |
| HSV(B) | 236.67º | 0.17% | 0.42% | - |
| XYZ | 10.2 | 10.26 | 15.08 | - |
| YUV | 90.64 | 136.67 | 126.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 89 | 106 | 0.17 | 0.16 | 0 | 0.58 | 236.67 | 0.09 | 0.38 |
| Hex | 58 | 59 | 6A | 11 | 10 | 0 | 3A | ED | 9 | 26 |
| Octal | 130 | 131 | 152 | 21 | 20 | 0 | 72 | 355 | 11 | 46 |
| Binary | 1011000 | 1011001 | 1101010 | 10001 | 10000 | 0 | 111010 | 11101101 | 1001 | 100110 |
Color Harmonies of #58596A
Complementary color
Monochromatic Colors of #58596A
Black with #58596A
Text Example
Text Example
White with #58596A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58596A; }
p { color: rgb(88,89,106); }
H1.HeaderClassName
{
color: #58596A;
}
.AnyTagClassName
{
color: #58596A;
}
</style>
background-color css
<style>
a { background-color: #58596A; }
a { background-color: rgb(88,89,106); }
div.DivClassName
{
background-color: #58596A;
}
.BgClassName
{
background-color: #58596A;
}
</style>
border-color css
<style>
span { border-color: #58596A; }
span { border-color: rgb(88,89,106); }
td.TdClassName
{
border-color: #58596A;
}
.TagClassName
{
border-color: #58596A;
}
</style>