Shades of Comet #58577D
Tints of Comet #58577D
RGB
CMYK
RGB Variations
Color information
#58577D (or 0x58577D) is known color: Comet. HEX triplet: 58, 57 and 7D. RGB value is (88,87,125). Sum of RGB (Red+Green+Blue) = 88+87+125=300 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.33% from 300); Green value is 87 (34.38% from 255 or 29% from 300); Blue value is 125 (49.22% from 255 or 41.67% from 300); Max value from RGB is 125 - color contains mainly: blue. Hex color #58577D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58577D is #A7A882. Grayscale: #5B5B5B. Windows color (decimal): -10987651 or 8214360. OLE color: 8214360.
HSL color Cylindrical-coordinate representation of color #58577D: hue angle of 241.58º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #58577D is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 88 | 87 | 125 | - |
| CMYK | 0.30 | 0.30 | 0 | 0.51 |
| HSL | 241.58º | 0.18% | 0.42% | - |
| HSV(B) | 241.58º | 0.3% | 0.49% | - |
| XYZ | 11.13 | 10.37 | 20.82 | - |
| YUV | 91.63 | 146.83 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 87 | 125 | 0.30 | 0.30 | 0 | 0.51 | 241.58 | 0.18 | 0.42 |
| Hex | 58 | 57 | 7D | 1E | 1E | 0 | 33 | F2 | 12 | 2A |
| Octal | 130 | 127 | 175 | 36 | 36 | 0 | 63 | 362 | 22 | 52 |
| Binary | 1011000 | 1010111 | 1111101 | 11110 | 11110 | 0 | 110011 | 11110010 | 10010 | 101010 |
Color Harmonies of #58577D
Complementary color
Monochromatic Colors of #58577D
Black with #58577D
Text Example
Text Example
White with #58577D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58577D; }
p { color: rgb(88,87,125); }
H1.HeaderClassName
{
color: #58577D;
}
.AnyTagClassName
{
color: #58577D;
}
</style>
background-color css
<style>
a { background-color: #58577D; }
a { background-color: rgb(88,87,125); }
div.DivClassName
{
background-color: #58577D;
}
.BgClassName
{
background-color: #58577D;
}
</style>
border-color css
<style>
span { border-color: #58577D; }
span { border-color: rgb(88,87,125); }
td.TdClassName
{
border-color: #58577D;
}
.TagClassName
{
border-color: #58577D;
}
</style>