Shades of Comet #575E84
Tints of Comet #575E84
RGB
CMYK
RGB Variations
Color information
#575E84 (or 0x575E84) is known color: Comet. HEX triplet: 57, 5E and 84. RGB value is (87,94,132). Sum of RGB (Red+Green+Blue) = 87+94+132=313 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.80% from 313); Green value is 94 (37.11% from 255 or 30.03% from 313); Blue value is 132 (51.95% from 255 or 42.17% from 313); Max value from RGB is 132 - color contains mainly: blue. Hex color #575E84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575E84 is #A8A17B. Grayscale: #606060. Windows color (decimal): -11051388 or 8674903. OLE color: 8674903.
HSL color Cylindrical-coordinate representation of color #575E84: hue angle of 230.67º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #575E84 is Cyan = 0.34, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 87 | 94 | 132 | - |
| CMYK | 0.34 | 0.29 | 0 | 0.48 |
| HSL | 230.67º | 0.21% | 0.43% | - |
| HSV(B) | 230.67º | 0.34% | 0.52% | - |
| XYZ | 12.1 | 11.7 | 23.45 | - |
| YUV | 96.24 | 148.18 | 121.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 94 | 132 | 0.34 | 0.29 | 0 | 0.48 | 230.67 | 0.21 | 0.43 |
| Hex | 57 | 5E | 84 | 22 | 1D | 0 | 30 | E7 | 15 | 2B |
| Octal | 127 | 136 | 204 | 42 | 35 | 0 | 60 | 347 | 25 | 53 |
| Binary | 1010111 | 1011110 | 10000100 | 100010 | 11101 | 0 | 110000 | 11100111 | 10101 | 101011 |
Color Harmonies of #575E84
Complementary color
Monochromatic Colors of #575E84
Black with #575E84
Text Example
Text Example
White with #575E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575E84; }
p { color: rgb(87,94,132); }
H1.HeaderClassName
{
color: #575E84;
}
.AnyTagClassName
{
color: #575E84;
}
</style>
background-color css
<style>
a { background-color: #575E84; }
a { background-color: rgb(87,94,132); }
div.DivClassName
{
background-color: #575E84;
}
.BgClassName
{
background-color: #575E84;
}
</style>
border-color css
<style>
span { border-color: #575E84; }
span { border-color: rgb(87,94,132); }
td.TdClassName
{
border-color: #575E84;
}
.TagClassName
{
border-color: #575E84;
}
</style>