Shades of Comet #575980
Tints of Comet #575980
RGB
CMYK
RGB Variations
Color information
#575980 (or 0x575980) is known color: Comet. HEX triplet: 57, 59 and 80. RGB value is (87,89,128). Sum of RGB (Red+Green+Blue) = 87+89+128=304 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.62% from 304); Green value is 89 (35.16% from 255 or 29.28% from 304); Blue value is 128 (50.39% from 255 or 42.11% from 304); Max value from RGB is 128 - color contains mainly: blue. Hex color #575980 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575980 is #A8A67F. Grayscale: #5C5C5C. Windows color (decimal): -11052672 or 8411479. OLE color: 8411479.
HSL color Cylindrical-coordinate representation of color #575980: hue angle of 237.07º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #575980 is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 87 | 89 | 128 | - |
| CMYK | 0.32 | 0.30 | 0 | 0.50 |
| HSL | 237.07º | 0.19% | 0.42% | - |
| HSV(B) | 237.07º | 0.32% | 0.5% | - |
| XYZ | 11.4 | 10.73 | 21.89 | - |
| YUV | 92.85 | 147.84 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 89 | 128 | 0.32 | 0.30 | 0 | 0.50 | 237.07 | 0.19 | 0.42 |
| Hex | 57 | 59 | 80 | 20 | 1E | 0 | 32 | ED | 13 | 2A |
| Octal | 127 | 131 | 200 | 40 | 36 | 0 | 62 | 355 | 23 | 52 |
| Binary | 1010111 | 1011001 | 10000000 | 100000 | 11110 | 0 | 110010 | 11101101 | 10011 | 101010 |
Color Harmonies of #575980
Complementary color
Monochromatic Colors of #575980
Black with #575980
Text Example
Text Example
White with #575980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575980; }
p { color: rgb(87,89,128); }
H1.HeaderClassName
{
color: #575980;
}
.AnyTagClassName
{
color: #575980;
}
</style>
background-color css
<style>
a { background-color: #575980; }
a { background-color: rgb(87,89,128); }
div.DivClassName
{
background-color: #575980;
}
.BgClassName
{
background-color: #575980;
}
</style>
border-color css
<style>
span { border-color: #575980; }
span { border-color: rgb(87,89,128); }
td.TdClassName
{
border-color: #575980;
}
.TagClassName
{
border-color: #575980;
}
</style>