Shades of Comet #5A597C
Tints of Comet #5A597C
RGB
CMYK
RGB Variations
Color information
#5A597C (or 0x5A597C) is known color: Comet. HEX triplet: 5A, 59 and 7C. RGB value is (90,89,124). Sum of RGB (Red+Green+Blue) = 90+89+124=303 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.70% from 303); Green value is 89 (35.16% from 255 or 29.37% from 303); Blue value is 124 (48.83% from 255 or 40.92% from 303); Max value from RGB is 124 - color contains mainly: blue. Hex color #5A597C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A597C is #A5A683. Grayscale: #5D5D5D. Windows color (decimal): -10856068 or 8149338. OLE color: 8149338.
HSL color Cylindrical-coordinate representation of color #5A597C: hue angle of 241.71º 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 #5A597C is Cyan = 0.27, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 90 | 89 | 124 | - |
| CMYK | 0.27 | 0.28 | 0 | 0.51 |
| HSL | 241.71º | 0.16% | 0.42% | - |
| HSV(B) | 241.71º | 0.28% | 0.49% | - |
| XYZ | 11.43 | 10.77 | 20.55 | - |
| YUV | 93.29 | 145.33 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 89 | 124 | 0.27 | 0.28 | 0 | 0.51 | 241.71 | 0.16 | 0.42 |
| Hex | 5A | 59 | 7C | 1B | 1C | 0 | 33 | F2 | 10 | 2A |
| Octal | 132 | 131 | 174 | 33 | 34 | 0 | 63 | 362 | 20 | 52 |
| Binary | 1011010 | 1011001 | 1111100 | 11011 | 11100 | 0 | 110011 | 11110010 | 10000 | 101010 |
Color Harmonies of #5A597C
Complementary color
Monochromatic Colors of #5A597C
Black with #5A597C
Text Example
Text Example
White with #5A597C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A597C; }
p { color: rgb(90,89,124); }
H1.HeaderClassName
{
color: #5A597C;
}
.AnyTagClassName
{
color: #5A597C;
}
</style>
background-color css
<style>
a { background-color: #5A597C; }
a { background-color: rgb(90,89,124); }
div.DivClassName
{
background-color: #5A597C;
}
.BgClassName
{
background-color: #5A597C;
}
</style>
border-color css
<style>
span { border-color: #5A597C; }
span { border-color: rgb(90,89,124); }
td.TdClassName
{
border-color: #5A597C;
}
.TagClassName
{
border-color: #5A597C;
}
</style>