Shades of Comet #58597F
Tints of Comet #58597F
RGB
CMYK
RGB Variations
Color information
#58597F (or 0x58597F) is known color: Comet. HEX triplet: 58, 59 and 7F. RGB value is (88,89,127). Sum of RGB (Red+Green+Blue) = 88+89+127=304 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.95% from 304); Green value is 89 (35.16% from 255 or 29.28% from 304); Blue value is 127 (50% from 255 or 41.78% from 304); Max value from RGB is 127 - color contains mainly: blue. Hex color #58597F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58597F is #A7A680. Grayscale: #5C5C5C. Windows color (decimal): -10987137 or 8345944. OLE color: 8345944.
HSL color Cylindrical-coordinate representation of color #58597F: hue angle of 238.46º degrees, saturation: 0.18, 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 #58597F is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 88 | 89 | 127 | - |
| CMYK | 0.31 | 0.30 | 0 | 0.50 |
| HSL | 238.46º | 0.18% | 0.42% | - |
| HSV(B) | 238.46º | 0.31% | 0.5% | - |
| XYZ | 11.43 | 10.75 | 21.55 | - |
| YUV | 93.03 | 147.17 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 89 | 127 | 0.31 | 0.30 | 0 | 0.50 | 238.46 | 0.18 | 0.42 |
| Hex | 58 | 59 | 7F | 1F | 1E | 0 | 32 | EE | 12 | 2A |
| Octal | 130 | 131 | 177 | 37 | 36 | 0 | 62 | 356 | 22 | 52 |
| Binary | 1011000 | 1011001 | 1111111 | 11111 | 11110 | 0 | 110010 | 11101110 | 10010 | 101010 |
Color Harmonies of #58597F
Complementary color
Monochromatic Colors of #58597F
Black with #58597F
Text Example
Text Example
White with #58597F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58597F; }
p { color: rgb(88,89,127); }
H1.HeaderClassName
{
color: #58597F;
}
.AnyTagClassName
{
color: #58597F;
}
</style>
background-color css
<style>
a { background-color: #58597F; }
a { background-color: rgb(88,89,127); }
div.DivClassName
{
background-color: #58597F;
}
.BgClassName
{
background-color: #58597F;
}
</style>
border-color css
<style>
span { border-color: #58597F; }
span { border-color: rgb(88,89,127); }
td.TdClassName
{
border-color: #58597F;
}
.TagClassName
{
border-color: #58597F;
}
</style>