Shades of Comet #575675
Tints of Comet #575675
RGB
CMYK
RGB Variations
Color information
#575675 (or 0x575675) is known color: Comet. HEX triplet: 57, 56 and 75. RGB value is (87,86,117). Sum of RGB (Red+Green+Blue) = 87+86+117=290 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30% from 290); Green value is 86 (33.98% from 255 or 29.66% from 290); Blue value is 117 (46.09% from 255 or 40.34% from 290); Max value from RGB is 117 - color contains mainly: blue. Hex color #575675 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575675 is #A8A98A. Grayscale: #595959. Windows color (decimal): -11053451 or 7689815. OLE color: 7689815.
HSL color Cylindrical-coordinate representation of color #575675: hue angle of 241.94º 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 #575675 is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 87 | 86 | 117 | - |
| CMYK | 0.26 | 0.26 | 0 | 0.54 |
| HSL | 241.94º | 0.15% | 0.4% | - |
| HSV(B) | 241.94º | 0.26% | 0.46% | - |
| XYZ | 10.47 | 9.97 | 18.2 | - |
| YUV | 89.83 | 143.33 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 86 | 117 | 0.26 | 0.26 | 0 | 0.54 | 241.94 | 0.15 | 0.4 |
| Hex | 57 | 56 | 75 | 1A | 1A | 0 | 36 | F2 | F | 28 |
| Octal | 127 | 126 | 165 | 32 | 32 | 0 | 66 | 362 | 17 | 50 |
| Binary | 1010111 | 1010110 | 1110101 | 11010 | 11010 | 0 | 110110 | 11110010 | 1111 | 101000 |
Color Harmonies of #575675
Complementary color
Monochromatic Colors of #575675
Black with #575675
Text Example
Text Example
White with #575675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575675; }
p { color: rgb(87,86,117); }
H1.HeaderClassName
{
color: #575675;
}
.AnyTagClassName
{
color: #575675;
}
</style>
background-color css
<style>
a { background-color: #575675; }
a { background-color: rgb(87,86,117); }
div.DivClassName
{
background-color: #575675;
}
.BgClassName
{
background-color: #575675;
}
</style>
border-color css
<style>
span { border-color: #575675; }
span { border-color: rgb(87,86,117); }
td.TdClassName
{
border-color: #575675;
}
.TagClassName
{
border-color: #575675;
}
</style>