Shades of Comet #58567A
Tints of Comet #58567A
RGB
CMYK
RGB Variations
Color information
#58567A (or 0x58567A) is known color: Comet. HEX triplet: 58, 56 and 7A. RGB value is (88,86,122). Sum of RGB (Red+Green+Blue) = 88+86+122=296 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.73% from 296); Green value is 86 (33.98% from 255 or 29.05% from 296); Blue value is 122 (48.05% from 255 or 41.22% from 296); Max value from RGB is 122 - color contains mainly: blue. Hex color #58567A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58567A is #A7A985. Grayscale: #5A5A5A. Windows color (decimal): -10987910 or 8017496. OLE color: 8017496.
HSL color Cylindrical-coordinate representation of color #58567A: hue angle of 243.33º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #58567A is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 88 | 86 | 122 | - |
| CMYK | 0.28 | 0.30 | 0 | 0.52 |
| HSL | 243.33º | 0.17% | 0.41% | - |
| HSV(B) | 243.33º | 0.3% | 0.48% | - |
| XYZ | 10.87 | 10.14 | 19.8 | - |
| YUV | 90.7 | 145.66 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 86 | 122 | 0.28 | 0.30 | 0 | 0.52 | 243.33 | 0.17 | 0.41 |
| Hex | 58 | 56 | 7A | 1C | 1E | 0 | 34 | F3 | 11 | 29 |
| Octal | 130 | 126 | 172 | 34 | 36 | 0 | 64 | 363 | 21 | 51 |
| Binary | 1011000 | 1010110 | 1111010 | 11100 | 11110 | 0 | 110100 | 11110011 | 10001 | 101001 |
Color Harmonies of #58567A
Complementary color
Monochromatic Colors of #58567A
Black with #58567A
Text Example
Text Example
White with #58567A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58567A; }
p { color: rgb(88,86,122); }
H1.HeaderClassName
{
color: #58567A;
}
.AnyTagClassName
{
color: #58567A;
}
</style>
background-color css
<style>
a { background-color: #58567A; }
a { background-color: rgb(88,86,122); }
div.DivClassName
{
background-color: #58567A;
}
.BgClassName
{
background-color: #58567A;
}
</style>
border-color css
<style>
span { border-color: #58567A; }
span { border-color: rgb(88,86,122); }
td.TdClassName
{
border-color: #58567A;
}
.TagClassName
{
border-color: #58567A;
}
</style>