Shades of Comet #575A7C
Tints of Comet #575A7C
RGB
CMYK
RGB Variations
Color information
#575A7C (or 0x575A7C) is known color: Comet. HEX triplet: 57, 5A and 7C. RGB value is (87,90,124). Sum of RGB (Red+Green+Blue) = 87+90+124=301 (39% of max value = 765). Red value is 87 (34.38% from 255 or 28.90% from 301); Green value is 90 (35.55% from 255 or 29.90% from 301); Blue value is 124 (48.83% from 255 or 41.20% from 301); Max value from RGB is 124 - color contains mainly: blue. Hex color #575A7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575A7C is #A8A583. Grayscale: #5C5C5C. Windows color (decimal): -11052420 or 8149591. OLE color: 8149591.
HSL color Cylindrical-coordinate representation of color #575A7C: hue angle of 235.14º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #575A7C is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 87 | 90 | 124 | - |
| CMYK | 0.30 | 0.27 | 0 | 0.51 |
| HSL | 235.14º | 0.18% | 0.41% | - |
| HSV(B) | 235.14º | 0.3% | 0.49% | - |
| XYZ | 11.22 | 10.79 | 20.56 | - |
| YUV | 92.98 | 145.51 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 90 | 124 | 0.30 | 0.27 | 0 | 0.51 | 235.14 | 0.18 | 0.41 |
| Hex | 57 | 5A | 7C | 1E | 1B | 0 | 33 | EB | 12 | 29 |
| Octal | 127 | 132 | 174 | 36 | 33 | 0 | 63 | 353 | 22 | 51 |
| Binary | 1010111 | 1011010 | 1111100 | 11110 | 11011 | 0 | 110011 | 11101011 | 10010 | 101001 |
Color Harmonies of #575A7C
Complementary color
Monochromatic Colors of #575A7C
Black with #575A7C
Text Example
Text Example
White with #575A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575A7C; }
p { color: rgb(87,90,124); }
H1.HeaderClassName
{
color: #575A7C;
}
.AnyTagClassName
{
color: #575A7C;
}
</style>
background-color css
<style>
a { background-color: #575A7C; }
a { background-color: rgb(87,90,124); }
div.DivClassName
{
background-color: #575A7C;
}
.BgClassName
{
background-color: #575A7C;
}
</style>
border-color css
<style>
span { border-color: #575A7C; }
span { border-color: rgb(87,90,124); }
td.TdClassName
{
border-color: #575A7C;
}
.TagClassName
{
border-color: #575A7C;
}
</style>