Shades of Comet #575A7D
Tints of Comet #575A7D
RGB
CMYK
RGB Variations
Color information
#575A7D (or 0x575A7D) is known color: Comet. HEX triplet: 57, 5A and 7D. RGB value is (87,90,125). Sum of RGB (Red+Green+Blue) = 87+90+125=302 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.81% from 302); Green value is 90 (35.55% from 255 or 29.80% from 302); Blue value is 125 (49.22% from 255 or 41.39% from 302); Max value from RGB is 125 - color contains mainly: blue. Hex color #575A7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575A7D is #A8A582. Grayscale: #5C5C5C. Windows color (decimal): -11052419 or 8215127. OLE color: 8215127.
HSL color Cylindrical-coordinate representation of color #575A7D: hue angle of 235.26º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #575A7D is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 87 | 90 | 125 | - |
| CMYK | 0.30 | 0.28 | 0 | 0.51 |
| HSL | 235.26º | 0.18% | 0.42% | - |
| HSV(B) | 235.26º | 0.3% | 0.49% | - |
| XYZ | 11.29 | 10.82 | 20.9 | - |
| YUV | 93.09 | 146.01 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 90 | 125 | 0.30 | 0.28 | 0 | 0.51 | 235.26 | 0.18 | 0.42 |
| Hex | 57 | 5A | 7D | 1E | 1C | 0 | 33 | EB | 12 | 2A |
| Octal | 127 | 132 | 175 | 36 | 34 | 0 | 63 | 353 | 22 | 52 |
| Binary | 1010111 | 1011010 | 1111101 | 11110 | 11100 | 0 | 110011 | 11101011 | 10010 | 101010 |
Color Harmonies of #575A7D
Complementary color
Monochromatic Colors of #575A7D
Black with #575A7D
Text Example
Text Example
White with #575A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575A7D; }
p { color: rgb(87,90,125); }
H1.HeaderClassName
{
color: #575A7D;
}
.AnyTagClassName
{
color: #575A7D;
}
</style>
background-color css
<style>
a { background-color: #575A7D; }
a { background-color: rgb(87,90,125); }
div.DivClassName
{
background-color: #575A7D;
}
.BgClassName
{
background-color: #575A7D;
}
</style>
border-color css
<style>
span { border-color: #575A7D; }
span { border-color: rgb(87,90,125); }
td.TdClassName
{
border-color: #575A7D;
}
.TagClassName
{
border-color: #575A7D;
}
</style>