Shades of Comet #575C78
Tints of Comet #575C78
RGB
CMYK
RGB Variations
Color information
#575C78 (or 0x575C78) is known color: Comet. HEX triplet: 57, 5C and 78. RGB value is (87,92,120). Sum of RGB (Red+Green+Blue) = 87+92+120=299 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.10% from 299); Green value is 92 (36.33% from 255 or 30.77% from 299); Blue value is 120 (47.27% from 255 or 40.13% from 299); Max value from RGB is 120 - color contains mainly: blue. Hex color #575C78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575C78 is #A8A387. Grayscale: #5D5D5D. Windows color (decimal): -11051912 or 7887959. OLE color: 7887959.
HSL color Cylindrical-coordinate representation of color #575C78: hue angle of 230.91º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #575C78 is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 87 | 92 | 120 | - |
| CMYK | 0.28 | 0.23 | 0 | 0.53 |
| HSL | 230.91º | 0.16% | 0.41% | - |
| HSV(B) | 230.91º | 0.28% | 0.47% | - |
| XYZ | 11.15 | 11.04 | 19.31 | - |
| YUV | 93.7 | 142.84 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 92 | 120 | 0.28 | 0.23 | 0 | 0.53 | 230.91 | 0.16 | 0.41 |
| Hex | 57 | 5C | 78 | 1C | 17 | 0 | 35 | E7 | 10 | 29 |
| Octal | 127 | 134 | 170 | 34 | 27 | 0 | 65 | 347 | 20 | 51 |
| Binary | 1010111 | 1011100 | 1111000 | 11100 | 10111 | 0 | 110101 | 11100111 | 10000 | 101001 |
Color Harmonies of #575C78
Complementary color
Monochromatic Colors of #575C78
Black with #575C78
Text Example
Text Example
White with #575C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575C78; }
p { color: rgb(87,92,120); }
H1.HeaderClassName
{
color: #575C78;
}
.AnyTagClassName
{
color: #575C78;
}
</style>
background-color css
<style>
a { background-color: #575C78; }
a { background-color: rgb(87,92,120); }
div.DivClassName
{
background-color: #575C78;
}
.BgClassName
{
background-color: #575C78;
}
</style>
border-color css
<style>
span { border-color: #575C78; }
span { border-color: rgb(87,92,120); }
td.TdClassName
{
border-color: #575C78;
}
.TagClassName
{
border-color: #575C78;
}
</style>