Shades of Comet #575875
Tints of Comet #575875
RGB
CMYK
RGB Variations
Color information
#575875 (or 0x575875) is known color: Comet. HEX triplet: 57, 58 and 75. RGB value is (87,88,117). Sum of RGB (Red+Green+Blue) = 87+88+117=292 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.79% from 292); Green value is 88 (34.77% from 255 or 30.14% from 292); Blue value is 117 (46.09% from 255 or 40.07% from 292); Max value from RGB is 117 - color contains mainly: blue. Hex color #575875 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575875 is #A8A78A. Grayscale: #5A5A5A. Windows color (decimal): -11052939 or 7690327. OLE color: 7690327.
HSL color Cylindrical-coordinate representation of color #575875: hue angle of 238º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #575875 is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 87 | 88 | 117 | - |
| CMYK | 0.26 | 0.25 | 0 | 0.54 |
| HSL | 238º | 0.15% | 0.4% | - |
| HSV(B) | 238º | 0.26% | 0.46% | - |
| XYZ | 10.63 | 10.29 | 18.26 | - |
| YUV | 91.01 | 142.67 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 88 | 117 | 0.26 | 0.25 | 0 | 0.54 | 238 | 0.15 | 0.4 |
| Hex | 57 | 58 | 75 | 1A | 19 | 0 | 36 | EE | F | 28 |
| Octal | 127 | 130 | 165 | 32 | 31 | 0 | 66 | 356 | 17 | 50 |
| Binary | 1010111 | 1011000 | 1110101 | 11010 | 11001 | 0 | 110110 | 11101110 | 1111 | 101000 |
Color Harmonies of #575875
Complementary color
Monochromatic Colors of #575875
Black with #575875
Text Example
Text Example
White with #575875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575875; }
p { color: rgb(87,88,117); }
H1.HeaderClassName
{
color: #575875;
}
.AnyTagClassName
{
color: #575875;
}
</style>
background-color css
<style>
a { background-color: #575875; }
a { background-color: rgb(87,88,117); }
div.DivClassName
{
background-color: #575875;
}
.BgClassName
{
background-color: #575875;
}
</style>
border-color css
<style>
span { border-color: #575875; }
span { border-color: rgb(87,88,117); }
td.TdClassName
{
border-color: #575875;
}
.TagClassName
{
border-color: #575875;
}
</style>