Shades of Comet #575D7C
Tints of Comet #575D7C
RGB
CMYK
RGB Variations
Color information
#575D7C (or 0x575D7C) is known color: Comet. HEX triplet: 57, 5D and 7C. RGB value is (87,93,124). Sum of RGB (Red+Green+Blue) = 87+93+124=304 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.62% from 304); Green value is 93 (36.72% from 255 or 30.59% from 304); Blue value is 124 (48.83% from 255 or 40.79% from 304); Max value from RGB is 124 - color contains mainly: blue. Hex color #575D7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575D7C is #A8A283. Grayscale: #5E5E5E. Windows color (decimal): -11051652 or 8150359. OLE color: 8150359.
HSL color Cylindrical-coordinate representation of color #575D7C: hue angle of 230.27º 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 #575D7C is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 87 | 93 | 124 | - |
| CMYK | 0.30 | 0.25 | 0 | 0.51 |
| HSL | 230.27º | 0.18% | 0.41% | - |
| HSV(B) | 230.27º | 0.3% | 0.49% | - |
| XYZ | 11.48 | 11.31 | 20.65 | - |
| YUV | 94.74 | 144.51 | 122.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 93 | 124 | 0.30 | 0.25 | 0 | 0.51 | 230.27 | 0.18 | 0.41 |
| Hex | 57 | 5D | 7C | 1E | 19 | 0 | 33 | E6 | 12 | 29 |
| Octal | 127 | 135 | 174 | 36 | 31 | 0 | 63 | 346 | 22 | 51 |
| Binary | 1010111 | 1011101 | 1111100 | 11110 | 11001 | 0 | 110011 | 11100110 | 10010 | 101001 |
Color Harmonies of #575D7C
Complementary color
Monochromatic Colors of #575D7C
Black with #575D7C
Text Example
Text Example
White with #575D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575D7C; }
p { color: rgb(87,93,124); }
H1.HeaderClassName
{
color: #575D7C;
}
.AnyTagClassName
{
color: #575D7C;
}
</style>
background-color css
<style>
a { background-color: #575D7C; }
a { background-color: rgb(87,93,124); }
div.DivClassName
{
background-color: #575D7C;
}
.BgClassName
{
background-color: #575D7C;
}
</style>
border-color css
<style>
span { border-color: #575D7C; }
span { border-color: rgb(87,93,124); }
td.TdClassName
{
border-color: #575D7C;
}
.TagClassName
{
border-color: #575D7C;
}
</style>