Shades of Comet #58567B
Tints of Comet #58567B
RGB
CMYK
RGB Variations
Color information
#58567B (or 0x58567B) is known color: Comet. HEX triplet: 58, 56 and 7B. RGB value is (88,86,123). Sum of RGB (Red+Green+Blue) = 88+86+123=297 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.63% from 297); Green value is 86 (33.98% from 255 or 28.96% from 297); Blue value is 123 (48.44% from 255 or 41.41% from 297); Max value from RGB is 123 - color contains mainly: blue. Hex color #58567B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58567B is #A7A984. Grayscale: #5A5A5A. Windows color (decimal): -10987909 or 8083032. OLE color: 8083032.
HSL color Cylindrical-coordinate representation of color #58567B: hue angle of 243.24º degrees, saturation: 0.18, 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 #58567B is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 88 | 86 | 123 | - |
| CMYK | 0.28 | 0.30 | 0 | 0.52 |
| HSL | 243.24º | 0.18% | 0.41% | - |
| HSV(B) | 243.24º | 0.3% | 0.48% | - |
| XYZ | 10.93 | 10.16 | 20.12 | - |
| YUV | 90.82 | 146.16 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 86 | 123 | 0.28 | 0.30 | 0 | 0.52 | 243.24 | 0.18 | 0.41 |
| Hex | 58 | 56 | 7B | 1C | 1E | 0 | 34 | F3 | 12 | 29 |
| Octal | 130 | 126 | 173 | 34 | 36 | 0 | 64 | 363 | 22 | 51 |
| Binary | 1011000 | 1010110 | 1111011 | 11100 | 11110 | 0 | 110100 | 11110011 | 10010 | 101001 |
Color Harmonies of #58567B
Complementary color
Monochromatic Colors of #58567B
Black with #58567B
Text Example
Text Example
White with #58567B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58567B; }
p { color: rgb(88,86,123); }
H1.HeaderClassName
{
color: #58567B;
}
.AnyTagClassName
{
color: #58567B;
}
</style>
background-color css
<style>
a { background-color: #58567B; }
a { background-color: rgb(88,86,123); }
div.DivClassName
{
background-color: #58567B;
}
.BgClassName
{
background-color: #58567B;
}
</style>
border-color css
<style>
span { border-color: #58567B; }
span { border-color: rgb(88,86,123); }
td.TdClassName
{
border-color: #58567B;
}
.TagClassName
{
border-color: #58567B;
}
</style>