Shades of Comet #58567C
Tints of Comet #58567C
RGB
CMYK
RGB Variations
Color information
#58567C (or 0x58567C) is known color: Comet. HEX triplet: 58, 56 and 7C. RGB value is (88,86,124). Sum of RGB (Red+Green+Blue) = 88+86+124=298 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.53% from 298); Green value is 86 (33.98% from 255 or 28.86% from 298); Blue value is 124 (48.83% from 255 or 41.61% from 298); Max value from RGB is 124 - color contains mainly: blue. Hex color #58567C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58567C is #A7A983. Grayscale: #5A5A5A. Windows color (decimal): -10987908 or 8148568. OLE color: 8148568.
HSL color Cylindrical-coordinate representation of color #58567C: hue angle of 243.16º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #58567C is Cyan = 0.29, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 88 | 86 | 124 | - |
| CMYK | 0.29 | 0.31 | 0 | 0.51 |
| HSL | 243.16º | 0.18% | 0.41% | - |
| HSV(B) | 243.16º | 0.31% | 0.49% | - |
| XYZ | 10.99 | 10.19 | 20.46 | - |
| YUV | 90.93 | 146.66 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 86 | 124 | 0.29 | 0.31 | 0 | 0.51 | 243.16 | 0.18 | 0.41 |
| Hex | 58 | 56 | 7C | 1D | 1F | 0 | 33 | F3 | 12 | 29 |
| Octal | 130 | 126 | 174 | 35 | 37 | 0 | 63 | 363 | 22 | 51 |
| Binary | 1011000 | 1010110 | 1111100 | 11101 | 11111 | 0 | 110011 | 11110011 | 10010 | 101001 |
Color Harmonies of #58567C
Complementary color
Monochromatic Colors of #58567C
Black with #58567C
Text Example
Text Example
White with #58567C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58567C; }
p { color: rgb(88,86,124); }
H1.HeaderClassName
{
color: #58567C;
}
.AnyTagClassName
{
color: #58567C;
}
</style>
background-color css
<style>
a { background-color: #58567C; }
a { background-color: rgb(88,86,124); }
div.DivClassName
{
background-color: #58567C;
}
.BgClassName
{
background-color: #58567C;
}
</style>
border-color css
<style>
span { border-color: #58567C; }
span { border-color: rgb(88,86,124); }
td.TdClassName
{
border-color: #58567C;
}
.TagClassName
{
border-color: #58567C;
}
</style>