Shades of Comet #58577F
Tints of Comet #58577F
RGB
CMYK
RGB Variations
Color information
#58577F (or 0x58577F) is known color: Comet. HEX triplet: 58, 57 and 7F. RGB value is (88,87,127). Sum of RGB (Red+Green+Blue) = 88+87+127=302 (40% of max value = 765). Red value is 88 (34.77% from 255 or 29.14% from 302); Green value is 87 (34.38% from 255 or 28.81% from 302); Blue value is 127 (50% from 255 or 42.05% from 302); Max value from RGB is 127 - color contains mainly: blue. Hex color #58577F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58577F is #A7A880. Grayscale: #5B5B5B. Windows color (decimal): -10987649 or 8345432. OLE color: 8345432.
HSL color Cylindrical-coordinate representation of color #58577F: hue angle of 241.5º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #58577F is Cyan = 0.31, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 88 | 87 | 127 | - |
| CMYK | 0.31 | 0.31 | 0 | 0.50 |
| HSL | 241.5º | 0.19% | 0.42% | - |
| HSV(B) | 241.5º | 0.31% | 0.5% | - |
| XYZ | 11.26 | 10.42 | 21.5 | - |
| YUV | 91.86 | 147.83 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 87 | 127 | 0.31 | 0.31 | 0 | 0.50 | 241.5 | 0.19 | 0.42 |
| Hex | 58 | 57 | 7F | 1F | 1F | 0 | 32 | F2 | 13 | 2A |
| Octal | 130 | 127 | 177 | 37 | 37 | 0 | 62 | 362 | 23 | 52 |
| Binary | 1011000 | 1010111 | 1111111 | 11111 | 11111 | 0 | 110010 | 11110010 | 10011 | 101010 |
Color Harmonies of #58577F
Complementary color
Monochromatic Colors of #58577F
Black with #58577F
Text Example
Text Example
White with #58577F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58577F; }
p { color: rgb(88,87,127); }
H1.HeaderClassName
{
color: #58577F;
}
.AnyTagClassName
{
color: #58577F;
}
</style>
background-color css
<style>
a { background-color: #58577F; }
a { background-color: rgb(88,87,127); }
div.DivClassName
{
background-color: #58577F;
}
.BgClassName
{
background-color: #58577F;
}
</style>
border-color css
<style>
span { border-color: #58577F; }
span { border-color: rgb(88,87,127); }
td.TdClassName
{
border-color: #58577F;
}
.TagClassName
{
border-color: #58577F;
}
</style>