Shades of Comet #575C80
Tints of Comet #575C80
RGB
CMYK
RGB Variations
Color information
#575C80 (or 0x575C80) is known color: Comet. HEX triplet: 57, 5C and 80. RGB value is (87,92,128). Sum of RGB (Red+Green+Blue) = 87+92+128=307 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.34% from 307); Green value is 92 (36.33% from 255 or 29.97% from 307); Blue value is 128 (50.39% from 255 or 41.69% from 307); Max value from RGB is 128 - color contains mainly: blue. Hex color #575C80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575C80 is #A8A37F. Grayscale: #5E5E5E. Windows color (decimal): -11051904 or 8412247. OLE color: 8412247.
HSL color Cylindrical-coordinate representation of color #575C80: hue angle of 232.68º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #575C80 is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 87 | 92 | 128 | - |
| CMYK | 0.32 | 0.28 | 0 | 0.50 |
| HSL | 232.68º | 0.19% | 0.42% | - |
| HSV(B) | 232.68º | 0.32% | 0.5% | - |
| XYZ | 11.65 | 11.24 | 21.98 | - |
| YUV | 94.61 | 146.84 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 92 | 128 | 0.32 | 0.28 | 0 | 0.50 | 232.68 | 0.19 | 0.42 |
| Hex | 57 | 5C | 80 | 20 | 1C | 0 | 32 | E9 | 13 | 2A |
| Octal | 127 | 134 | 200 | 40 | 34 | 0 | 62 | 351 | 23 | 52 |
| Binary | 1010111 | 1011100 | 10000000 | 100000 | 11100 | 0 | 110010 | 11101001 | 10011 | 101010 |
Color Harmonies of #575C80
Complementary color
Monochromatic Colors of #575C80
Black with #575C80
Text Example
Text Example
White with #575C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575C80; }
p { color: rgb(87,92,128); }
H1.HeaderClassName
{
color: #575C80;
}
.AnyTagClassName
{
color: #575C80;
}
</style>
background-color css
<style>
a { background-color: #575C80; }
a { background-color: rgb(87,92,128); }
div.DivClassName
{
background-color: #575C80;
}
.BgClassName
{
background-color: #575C80;
}
</style>
border-color css
<style>
span { border-color: #575C80; }
span { border-color: rgb(87,92,128); }
td.TdClassName
{
border-color: #575C80;
}
.TagClassName
{
border-color: #575C80;
}
</style>