Shades of Comet #575E80
Tints of Comet #575E80
RGB
CMYK
RGB Variations
Color information
#575E80 (or 0x575E80) is known color: Comet. HEX triplet: 57, 5E and 80. RGB value is (87,94,128). Sum of RGB (Red+Green+Blue) = 87+94+128=309 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.16% from 309); Green value is 94 (37.11% from 255 or 30.42% from 309); Blue value is 128 (50.39% from 255 or 41.42% from 309); Max value from RGB is 128 - color contains mainly: blue. Hex color #575E80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575E80 is #A8A17F. Grayscale: #5F5F5F. Windows color (decimal): -11051392 or 8412759. OLE color: 8412759.
HSL color Cylindrical-coordinate representation of color #575E80: hue angle of 229.76º 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 #575E80 is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 87 | 94 | 128 | - |
| CMYK | 0.32 | 0.27 | 0 | 0.50 |
| HSL | 229.76º | 0.19% | 0.42% | - |
| HSV(B) | 229.76º | 0.32% | 0.5% | - |
| XYZ | 11.83 | 11.59 | 22.04 | - |
| YUV | 95.78 | 146.18 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 94 | 128 | 0.32 | 0.27 | 0 | 0.50 | 229.76 | 0.19 | 0.42 |
| Hex | 57 | 5E | 80 | 20 | 1B | 0 | 32 | E6 | 13 | 2A |
| Octal | 127 | 136 | 200 | 40 | 33 | 0 | 62 | 346 | 23 | 52 |
| Binary | 1010111 | 1011110 | 10000000 | 100000 | 11011 | 0 | 110010 | 11100110 | 10011 | 101010 |
Color Harmonies of #575E80
Complementary color
Monochromatic Colors of #575E80
Black with #575E80
Text Example
Text Example
White with #575E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575E80; }
p { color: rgb(87,94,128); }
H1.HeaderClassName
{
color: #575E80;
}
.AnyTagClassName
{
color: #575E80;
}
</style>
background-color css
<style>
a { background-color: #575E80; }
a { background-color: rgb(87,94,128); }
div.DivClassName
{
background-color: #575E80;
}
.BgClassName
{
background-color: #575E80;
}
</style>
border-color css
<style>
span { border-color: #575E80; }
span { border-color: rgb(87,94,128); }
td.TdClassName
{
border-color: #575E80;
}
.TagClassName
{
border-color: #575E80;
}
</style>