Shades of Comet #575A79
Tints of Comet #575A79
RGB
CMYK
RGB Variations
Color information
#575A79 (or 0x575A79) is known color: Comet. HEX triplet: 57, 5A and 79. RGB value is (87,90,121). Sum of RGB (Red+Green+Blue) = 87+90+121=298 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.19% from 298); Green value is 90 (35.55% from 255 or 30.20% from 298); Blue value is 121 (47.66% from 255 or 40.60% from 298); Max value from RGB is 121 - color contains mainly: blue. Hex color #575A79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575A79 is #A8A586. Grayscale: #5C5C5C. Windows color (decimal): -11052423 or 7952983. OLE color: 7952983.
HSL color Cylindrical-coordinate representation of color #575A79: hue angle of 234.71º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #575A79 is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 87 | 90 | 121 | - |
| CMYK | 0.28 | 0.26 | 0 | 0.53 |
| HSL | 234.71º | 0.16% | 0.41% | - |
| HSV(B) | 234.71º | 0.28% | 0.47% | - |
| XYZ | 11.04 | 10.72 | 19.58 | - |
| YUV | 92.64 | 144.01 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 90 | 121 | 0.28 | 0.26 | 0 | 0.53 | 234.71 | 0.16 | 0.41 |
| Hex | 57 | 5A | 79 | 1C | 1A | 0 | 35 | EB | 10 | 29 |
| Octal | 127 | 132 | 171 | 34 | 32 | 0 | 65 | 353 | 20 | 51 |
| Binary | 1010111 | 1011010 | 1111001 | 11100 | 11010 | 0 | 110101 | 11101011 | 10000 | 101001 |
Color Harmonies of #575A79
Complementary color
Monochromatic Colors of #575A79
Black with #575A79
Text Example
Text Example
White with #575A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575A79; }
p { color: rgb(87,90,121); }
H1.HeaderClassName
{
color: #575A79;
}
.AnyTagClassName
{
color: #575A79;
}
</style>
background-color css
<style>
a { background-color: #575A79; }
a { background-color: rgb(87,90,121); }
div.DivClassName
{
background-color: #575A79;
}
.BgClassName
{
background-color: #575A79;
}
</style>
border-color css
<style>
span { border-color: #575A79; }
span { border-color: rgb(87,90,121); }
td.TdClassName
{
border-color: #575A79;
}
.TagClassName
{
border-color: #575A79;
}
</style>