Shades of Comet #575D77
Tints of Comet #575D77
RGB
CMYK
RGB Variations
Color information
#575D77 (or 0x575D77) is known color: Comet. HEX triplet: 57, 5D and 77. RGB value is (87,93,119). Sum of RGB (Red+Green+Blue) = 87+93+119=299 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.10% from 299); Green value is 93 (36.72% from 255 or 31.10% from 299); Blue value is 119 (46.88% from 255 or 39.80% from 299); Max value from RGB is 119 - color contains mainly: blue. Hex color #575D77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575D77 is #A8A288. Grayscale: #5E5E5E. Windows color (decimal): -11051657 or 7822679. OLE color: 7822679.
HSL color Cylindrical-coordinate representation of color #575D77: hue angle of 228.75º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #575D77 is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 87 | 93 | 119 | - |
| CMYK | 0.27 | 0.22 | 0 | 0.53 |
| HSL | 228.75º | 0.16% | 0.4% | - |
| HSV(B) | 228.75º | 0.27% | 0.47% | - |
| XYZ | 11.17 | 11.19 | 19.02 | - |
| YUV | 94.17 | 142.01 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 93 | 119 | 0.27 | 0.22 | 0 | 0.53 | 228.75 | 0.16 | 0.4 |
| Hex | 57 | 5D | 77 | 1B | 16 | 0 | 35 | E5 | 10 | 28 |
| Octal | 127 | 135 | 167 | 33 | 26 | 0 | 65 | 345 | 20 | 50 |
| Binary | 1010111 | 1011101 | 1110111 | 11011 | 10110 | 0 | 110101 | 11100101 | 10000 | 101000 |
Color Harmonies of #575D77
Complementary color
Monochromatic Colors of #575D77
Black with #575D77
Text Example
Text Example
White with #575D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575D77; }
p { color: rgb(87,93,119); }
H1.HeaderClassName
{
color: #575D77;
}
.AnyTagClassName
{
color: #575D77;
}
</style>
background-color css
<style>
a { background-color: #575D77; }
a { background-color: rgb(87,93,119); }
div.DivClassName
{
background-color: #575D77;
}
.BgClassName
{
background-color: #575D77;
}
</style>
border-color css
<style>
span { border-color: #575D77; }
span { border-color: rgb(87,93,119); }
td.TdClassName
{
border-color: #575D77;
}
.TagClassName
{
border-color: #575D77;
}
</style>