Shades of Comet #58587A
Tints of Comet #58587A
RGB
CMYK
RGB Variations
Color information
#58587A (or 0x58587A) is known color: Comet. HEX triplet: 58, 58 and 7A. RGB value is (88,88,122). Sum of RGB (Red+Green+Blue) = 88+88+122=298 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.53% from 298); Green value is 88 (34.77% from 255 or 29.53% from 298); Blue value is 122 (48.05% from 255 or 40.94% from 298); Max value from RGB is 122 - color contains mainly: blue. Hex color #58587A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58587A is #A7A785. Grayscale: #5B5B5B. Windows color (decimal): -10987398 or 8018008. OLE color: 8018008.
HSL color Cylindrical-coordinate representation of color #58587A: hue angle of 240º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #58587A is Cyan = 0.28, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 88 | 88 | 122 | - |
| CMYK | 0.28 | 0.28 | 0 | 0.52 |
| HSL | 240º | 0.16% | 0.41% | - |
| HSV(B) | 240º | 0.28% | 0.48% | - |
| XYZ | 11.03 | 10.46 | 19.85 | - |
| YUV | 91.88 | 145 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 88 | 122 | 0.28 | 0.28 | 0 | 0.52 | 240 | 0.16 | 0.41 |
| Hex | 58 | 58 | 7A | 1C | 1C | 0 | 34 | F0 | 10 | 29 |
| Octal | 130 | 130 | 172 | 34 | 34 | 0 | 64 | 360 | 20 | 51 |
| Binary | 1011000 | 1011000 | 1111010 | 11100 | 11100 | 0 | 110100 | 11110000 | 10000 | 101001 |
Color Harmonies of #58587A
Complementary color
Monochromatic Colors of #58587A
Black with #58587A
Text Example
Text Example
White with #58587A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58587A; }
p { color: rgb(88,88,122); }
H1.HeaderClassName
{
color: #58587A;
}
.AnyTagClassName
{
color: #58587A;
}
</style>
background-color css
<style>
a { background-color: #58587A; }
a { background-color: rgb(88,88,122); }
div.DivClassName
{
background-color: #58587A;
}
.BgClassName
{
background-color: #58587A;
}
</style>
border-color css
<style>
span { border-color: #58587A; }
span { border-color: rgb(88,88,122); }
td.TdClassName
{
border-color: #58587A;
}
.TagClassName
{
border-color: #58587A;
}
</style>