Shades of Comet #575878
Tints of Comet #575878
RGB
CMYK
RGB Variations
Color information
#575878 (or 0x575878) is known color: Comet. HEX triplet: 57, 58 and 78. RGB value is (87,88,120). Sum of RGB (Red+Green+Blue) = 87+88+120=295 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.49% from 295); Green value is 88 (34.77% from 255 or 29.83% from 295); Blue value is 120 (47.27% from 255 or 40.68% from 295); Max value from RGB is 120 - color contains mainly: blue. Hex color #575878 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575878 is #A8A787. Grayscale: #5B5B5B. Windows color (decimal): -11052936 or 7886935. OLE color: 7886935.
HSL color Cylindrical-coordinate representation of color #575878: hue angle of 238.18º 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 #575878 is Cyan = 0.28, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 87 | 88 | 120 | - |
| CMYK | 0.28 | 0.27 | 0 | 0.53 |
| HSL | 238.18º | 0.16% | 0.41% | - |
| HSV(B) | 238.18º | 0.28% | 0.47% | - |
| XYZ | 10.81 | 10.36 | 19.2 | - |
| YUV | 91.35 | 144.17 | 124.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 88 | 120 | 0.28 | 0.27 | 0 | 0.53 | 238.18 | 0.16 | 0.41 |
| Hex | 57 | 58 | 78 | 1C | 1B | 0 | 35 | EE | 10 | 29 |
| Octal | 127 | 130 | 170 | 34 | 33 | 0 | 65 | 356 | 20 | 51 |
| Binary | 1010111 | 1011000 | 1111000 | 11100 | 11011 | 0 | 110101 | 11101110 | 10000 | 101001 |
Color Harmonies of #575878
Complementary color
Monochromatic Colors of #575878
Black with #575878
Text Example
Text Example
White with #575878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575878; }
p { color: rgb(87,88,120); }
H1.HeaderClassName
{
color: #575878;
}
.AnyTagClassName
{
color: #575878;
}
</style>
background-color css
<style>
a { background-color: #575878; }
a { background-color: rgb(87,88,120); }
div.DivClassName
{
background-color: #575878;
}
.BgClassName
{
background-color: #575878;
}
</style>
border-color css
<style>
span { border-color: #575878; }
span { border-color: rgb(87,88,120); }
td.TdClassName
{
border-color: #575878;
}
.TagClassName
{
border-color: #575878;
}
</style>