Shades of Comet #5D597E
Tints of Comet #5D597E
RGB
CMYK
RGB Variations
Color information
#5D597E (or 0x5D597E) is known color: Comet. HEX triplet: 5D, 59 and 7E. RGB value is (93,89,126). Sum of RGB (Red+Green+Blue) = 93+89+126=308 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.19% from 308); Green value is 89 (35.16% from 255 or 28.90% from 308); Blue value is 126 (49.61% from 255 or 40.91% from 308); Max value from RGB is 126 - color contains mainly: blue. Hex color #5D597E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D597E is #A2A681. Grayscale: #5E5E5E. Windows color (decimal): -10659458 or 8280413. OLE color: 8280413.
HSL color Cylindrical-coordinate representation of color #5D597E: hue angle of 246.49º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5D597E is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 93 | 89 | 126 | - |
| CMYK | 0.26 | 0.29 | 0 | 0.51 |
| HSL | 246.49º | 0.17% | 0.42% | - |
| HSV(B) | 246.49º | 0.29% | 0.49% | - |
| XYZ | 11.85 | 10.98 | 21.23 | - |
| YUV | 94.41 | 145.83 | 126.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 89 | 126 | 0.26 | 0.29 | 0 | 0.51 | 246.49 | 0.17 | 0.42 |
| Hex | 5D | 59 | 7E | 1A | 1D | 0 | 33 | F6 | 11 | 2A |
| Octal | 135 | 131 | 176 | 32 | 35 | 0 | 63 | 366 | 21 | 52 |
| Binary | 1011101 | 1011001 | 1111110 | 11010 | 11101 | 0 | 110011 | 11110110 | 10001 | 101010 |
Color Harmonies of #5D597E
Complementary color
Monochromatic Colors of #5D597E
Black with #5D597E
Text Example
Text Example
White with #5D597E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D597E; }
p { color: rgb(93,89,126); }
H1.HeaderClassName
{
color: #5D597E;
}
.AnyTagClassName
{
color: #5D597E;
}
</style>
background-color css
<style>
a { background-color: #5D597E; }
a { background-color: rgb(93,89,126); }
div.DivClassName
{
background-color: #5D597E;
}
.BgClassName
{
background-color: #5D597E;
}
</style>
border-color css
<style>
span { border-color: #5D597E; }
span { border-color: rgb(93,89,126); }
td.TdClassName
{
border-color: #5D597E;
}
.TagClassName
{
border-color: #5D597E;
}
</style>