Shades of Comet #575A7A
Tints of Comet #575A7A
RGB
CMYK
RGB Variations
Color information
#575A7A (or 0x575A7A) is known color: Comet. HEX triplet: 57, 5A and 7A. RGB value is (87,90,122). Sum of RGB (Red+Green+Blue) = 87+90+122=299 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.10% from 299); Green value is 90 (35.55% from 255 or 30.10% from 299); Blue value is 122 (48.05% from 255 or 40.80% from 299); Max value from RGB is 122 - color contains mainly: blue. Hex color #575A7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575A7A is #A8A585. Grayscale: #5C5C5C. Windows color (decimal): -11052422 or 8018519. OLE color: 8018519.
HSL color Cylindrical-coordinate representation of color #575A7A: hue angle of 234.86º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #575A7A is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 87 | 90 | 122 | - |
| CMYK | 0.29 | 0.26 | 0 | 0.52 |
| HSL | 234.86º | 0.17% | 0.41% | - |
| HSV(B) | 234.86º | 0.29% | 0.48% | - |
| XYZ | 11.1 | 10.74 | 19.9 | - |
| YUV | 92.75 | 144.51 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 90 | 122 | 0.29 | 0.26 | 0 | 0.52 | 234.86 | 0.17 | 0.41 |
| Hex | 57 | 5A | 7A | 1D | 1A | 0 | 34 | EB | 11 | 29 |
| Octal | 127 | 132 | 172 | 35 | 32 | 0 | 64 | 353 | 21 | 51 |
| Binary | 1010111 | 1011010 | 1111010 | 11101 | 11010 | 0 | 110100 | 11101011 | 10001 | 101001 |
Color Harmonies of #575A7A
Complementary color
Monochromatic Colors of #575A7A
Black with #575A7A
Text Example
Text Example
White with #575A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575A7A; }
p { color: rgb(87,90,122); }
H1.HeaderClassName
{
color: #575A7A;
}
.AnyTagClassName
{
color: #575A7A;
}
</style>
background-color css
<style>
a { background-color: #575A7A; }
a { background-color: rgb(87,90,122); }
div.DivClassName
{
background-color: #575A7A;
}
.BgClassName
{
background-color: #575A7A;
}
</style>
border-color css
<style>
span { border-color: #575A7A; }
span { border-color: rgb(87,90,122); }
td.TdClassName
{
border-color: #575A7A;
}
.TagClassName
{
border-color: #575A7A;
}
</style>