Shades of Comet #58577B
Tints of Comet #58577B
RGB
CMYK
RGB Variations
Color information
#58577B (or 0x58577B) is known color: Comet. HEX triplet: 58, 57 and 7B. RGB value is (88,87,123). Sum of RGB (Red+Green+Blue) = 88+87+123=298 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.53% from 298); Green value is 87 (34.38% from 255 or 29.19% from 298); Blue value is 123 (48.44% from 255 or 41.28% from 298); Max value from RGB is 123 - color contains mainly: blue. Hex color #58577B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58577B is #A7A884. Grayscale: #5B5B5B. Windows color (decimal): -10987653 or 8083288. OLE color: 8083288.
HSL color Cylindrical-coordinate representation of color #58577B: hue angle of 241.67º 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 #58577B is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 88 | 87 | 123 | - |
| CMYK | 0.28 | 0.29 | 0 | 0.52 |
| HSL | 241.67º | 0.17% | 0.41% | - |
| HSV(B) | 241.67º | 0.29% | 0.48% | - |
| XYZ | 11.01 | 10.32 | 20.15 | - |
| YUV | 91.4 | 145.83 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 87 | 123 | 0.28 | 0.29 | 0 | 0.52 | 241.67 | 0.17 | 0.41 |
| Hex | 58 | 57 | 7B | 1C | 1D | 0 | 34 | F2 | 11 | 29 |
| Octal | 130 | 127 | 173 | 34 | 35 | 0 | 64 | 362 | 21 | 51 |
| Binary | 1011000 | 1010111 | 1111011 | 11100 | 11101 | 0 | 110100 | 11110010 | 10001 | 101001 |
Color Harmonies of #58577B
Complementary color
Monochromatic Colors of #58577B
Black with #58577B
Text Example
Text Example
White with #58577B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58577B; }
p { color: rgb(88,87,123); }
H1.HeaderClassName
{
color: #58577B;
}
.AnyTagClassName
{
color: #58577B;
}
</style>
background-color css
<style>
a { background-color: #58577B; }
a { background-color: rgb(88,87,123); }
div.DivClassName
{
background-color: #58577B;
}
.BgClassName
{
background-color: #58577B;
}
</style>
border-color css
<style>
span { border-color: #58577B; }
span { border-color: rgb(88,87,123); }
td.TdClassName
{
border-color: #58577B;
}
.TagClassName
{
border-color: #58577B;
}
</style>