Shades of Comet #575868
Tints of Comet #575868
RGB
CMYK
RGB Variations
Color information
#575868 (or 0x575868) is known color: Comet. HEX triplet: 57, 58 and 68. RGB value is (87,88,104). Sum of RGB (Red+Green+Blue) = 87+88+104=279 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.18% from 279); Green value is 88 (34.77% from 255 or 31.54% from 279); Blue value is 104 (41.02% from 255 or 37.28% from 279); Max value from RGB is 104 - color contains mainly: blue. Hex color #575868 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575868 is #A8A797. Grayscale: #595959. Windows color (decimal): -11052952 or 6838359. OLE color: 6838359.
HSL color Cylindrical-coordinate representation of color #575868: hue angle of 236.47º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #575868 is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 87 | 88 | 104 | - |
| CMYK | 0.16 | 0.15 | 0 | 0.59 |
| HSL | 236.47º | 0.09% | 0.37% | - |
| HSV(B) | 236.47º | 0.16% | 0.41% | - |
| XYZ | 9.92 | 10.01 | 14.51 | - |
| YUV | 89.53 | 136.17 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 88 | 104 | 0.16 | 0.15 | 0 | 0.59 | 236.47 | 0.09 | 0.37 |
| Hex | 57 | 58 | 68 | 10 | F | 0 | 3B | EC | 9 | 25 |
| Octal | 127 | 130 | 150 | 20 | 17 | 0 | 73 | 354 | 11 | 45 |
| Binary | 1010111 | 1011000 | 1101000 | 10000 | 1111 | 0 | 111011 | 11101100 | 1001 | 100101 |
Color Harmonies of #575868
Complementary color
Monochromatic Colors of #575868
Black with #575868
Text Example
Text Example
White with #575868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575868; }
p { color: rgb(87,88,104); }
H1.HeaderClassName
{
color: #575868;
}
.AnyTagClassName
{
color: #575868;
}
</style>
background-color css
<style>
a { background-color: #575868; }
a { background-color: rgb(87,88,104); }
div.DivClassName
{
background-color: #575868;
}
.BgClassName
{
background-color: #575868;
}
</style>
border-color css
<style>
span { border-color: #575868; }
span { border-color: rgb(87,88,104); }
td.TdClassName
{
border-color: #575868;
}
.TagClassName
{
border-color: #575868;
}
</style>