Shades of Comet #58577A
Tints of Comet #58577A
RGB
CMYK
RGB Variations
Color information
#58577A (or 0x58577A) is known color: Comet. HEX triplet: 58, 57 and 7A. RGB value is (88,87,122). Sum of RGB (Red+Green+Blue) = 88+87+122=297 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.63% from 297); Green value is 87 (34.38% from 255 or 29.29% from 297); Blue value is 122 (48.05% from 255 or 41.08% from 297); Max value from RGB is 122 - color contains mainly: blue. Hex color #58577A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58577A is #A7A885. Grayscale: #5B5B5B. Windows color (decimal): -10987654 or 8017752. OLE color: 8017752.
HSL color Cylindrical-coordinate representation of color #58577A: hue angle of 241.71º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #58577A is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 88 | 87 | 122 | - |
| CMYK | 0.28 | 0.29 | 0 | 0.52 |
| HSL | 241.71º | 0.17% | 0.41% | - |
| HSV(B) | 241.71º | 0.29% | 0.48% | - |
| XYZ | 10.95 | 10.3 | 19.82 | - |
| YUV | 91.29 | 145.33 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 87 | 122 | 0.28 | 0.29 | 0 | 0.52 | 241.71 | 0.17 | 0.41 |
| Hex | 58 | 57 | 7A | 1C | 1D | 0 | 34 | F2 | 11 | 29 |
| Octal | 130 | 127 | 172 | 34 | 35 | 0 | 64 | 362 | 21 | 51 |
| Binary | 1011000 | 1010111 | 1111010 | 11100 | 11101 | 0 | 110100 | 11110010 | 10001 | 101001 |
Color Harmonies of #58577A
Complementary color
Monochromatic Colors of #58577A
Black with #58577A
Text Example
Text Example
White with #58577A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58577A; }
p { color: rgb(88,87,122); }
H1.HeaderClassName
{
color: #58577A;
}
.AnyTagClassName
{
color: #58577A;
}
</style>
background-color css
<style>
a { background-color: #58577A; }
a { background-color: rgb(88,87,122); }
div.DivClassName
{
background-color: #58577A;
}
.BgClassName
{
background-color: #58577A;
}
</style>
border-color css
<style>
span { border-color: #58577A; }
span { border-color: rgb(88,87,122); }
td.TdClassName
{
border-color: #58577A;
}
.TagClassName
{
border-color: #58577A;
}
</style>