Shades of Comet #575C73
Tints of Comet #575C73
RGB
CMYK
RGB Variations
Color information
#575C73 (or 0x575C73) is known color: Comet. HEX triplet: 57, 5C and 73. RGB value is (87,92,115). Sum of RGB (Red+Green+Blue) = 87+92+115=294 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.59% from 294); Green value is 92 (36.33% from 255 or 31.29% from 294); Blue value is 115 (45.31% from 255 or 39.12% from 294); Max value from RGB is 115 - color contains mainly: blue. Hex color #575C73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575C73 is #A8A38C. Grayscale: #5D5D5D. Windows color (decimal): -11051917 or 7560279. OLE color: 7560279.
HSL color Cylindrical-coordinate representation of color #575C73: hue angle of 229.29º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #575C73 is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 87 | 92 | 115 | - |
| CMYK | 0.24 | 0.20 | 0 | 0.55 |
| HSL | 229.29º | 0.14% | 0.4% | - |
| HSV(B) | 229.29º | 0.24% | 0.45% | - |
| XYZ | 10.85 | 10.92 | 17.76 | - |
| YUV | 93.13 | 140.34 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 92 | 115 | 0.24 | 0.20 | 0 | 0.55 | 229.29 | 0.14 | 0.4 |
| Hex | 57 | 5C | 73 | 18 | 14 | 0 | 37 | E5 | E | 28 |
| Octal | 127 | 134 | 163 | 30 | 24 | 0 | 67 | 345 | 16 | 50 |
| Binary | 1010111 | 1011100 | 1110011 | 11000 | 10100 | 0 | 110111 | 11100101 | 1110 | 101000 |
Color Harmonies of #575C73
Complementary color
Monochromatic Colors of #575C73
Black with #575C73
Text Example
Text Example
White with #575C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575C73; }
p { color: rgb(87,92,115); }
H1.HeaderClassName
{
color: #575C73;
}
.AnyTagClassName
{
color: #575C73;
}
</style>
background-color css
<style>
a { background-color: #575C73; }
a { background-color: rgb(87,92,115); }
div.DivClassName
{
background-color: #575C73;
}
.BgClassName
{
background-color: #575C73;
}
</style>
border-color css
<style>
span { border-color: #575C73; }
span { border-color: rgb(87,92,115); }
td.TdClassName
{
border-color: #575C73;
}
.TagClassName
{
border-color: #575C73;
}
</style>