Shades of Comet #5D597C
Tints of Comet #5D597C
RGB
CMYK
RGB Variations
Color information
#5D597C (or 0x5D597C) is known color: Comet. HEX triplet: 5D, 59 and 7C. RGB value is (93,89,124). Sum of RGB (Red+Green+Blue) = 93+89+124=306 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.39% from 306); Green value is 89 (35.16% from 255 or 29.08% from 306); Blue value is 124 (48.83% from 255 or 40.52% from 306); Max value from RGB is 124 - color contains mainly: blue. Hex color #5D597C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D597C is #A2A683. Grayscale: #5E5E5E. Windows color (decimal): -10659460 or 8149341. OLE color: 8149341.
HSL color Cylindrical-coordinate representation of color #5D597C: hue angle of 246.86º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5D597C is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 93 | 89 | 124 | - |
| CMYK | 0.25 | 0.28 | 0 | 0.51 |
| HSL | 246.86º | 0.16% | 0.42% | - |
| HSV(B) | 246.86º | 0.28% | 0.49% | - |
| XYZ | 11.72 | 10.93 | 20.56 | - |
| YUV | 94.19 | 144.83 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 89 | 124 | 0.25 | 0.28 | 0 | 0.51 | 246.86 | 0.16 | 0.42 |
| Hex | 5D | 59 | 7C | 19 | 1C | 0 | 33 | F7 | 10 | 2A |
| Octal | 135 | 131 | 174 | 31 | 34 | 0 | 63 | 367 | 20 | 52 |
| Binary | 1011101 | 1011001 | 1111100 | 11001 | 11100 | 0 | 110011 | 11110111 | 10000 | 101010 |
Color Harmonies of #5D597C
Complementary color
Monochromatic Colors of #5D597C
Black with #5D597C
Text Example
Text Example
White with #5D597C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D597C; }
p { color: rgb(93,89,124); }
H1.HeaderClassName
{
color: #5D597C;
}
.AnyTagClassName
{
color: #5D597C;
}
</style>
background-color css
<style>
a { background-color: #5D597C; }
a { background-color: rgb(93,89,124); }
div.DivClassName
{
background-color: #5D597C;
}
.BgClassName
{
background-color: #5D597C;
}
</style>
border-color css
<style>
span { border-color: #5D597C; }
span { border-color: rgb(93,89,124); }
td.TdClassName
{
border-color: #5D597C;
}
.TagClassName
{
border-color: #5D597C;
}
</style>