Shades of Comet #575B80
Tints of Comet #575B80
RGB
CMYK
RGB Variations
Color information
#575B80 (or 0x575B80) is known color: Comet. HEX triplet: 57, 5B and 80. RGB value is (87,91,128). Sum of RGB (Red+Green+Blue) = 87+91+128=306 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.43% from 306); Green value is 91 (35.94% from 255 or 29.74% from 306); Blue value is 128 (50.39% from 255 or 41.83% from 306); Max value from RGB is 128 - color contains mainly: blue. Hex color #575B80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575B80 is #A8A47F. Grayscale: #5D5D5D. Windows color (decimal): -11052160 or 8411991. OLE color: 8411991.
HSL color Cylindrical-coordinate representation of color #575B80: hue angle of 234.15º 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 #575B80 is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 87 | 91 | 128 | - |
| CMYK | 0.32 | 0.29 | 0 | 0.50 |
| HSL | 234.15º | 0.19% | 0.42% | - |
| HSV(B) | 234.15º | 0.32% | 0.5% | - |
| XYZ | 11.57 | 11.07 | 21.95 | - |
| YUV | 94.02 | 147.17 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 91 | 128 | 0.32 | 0.29 | 0 | 0.50 | 234.15 | 0.19 | 0.42 |
| Hex | 57 | 5B | 80 | 20 | 1D | 0 | 32 | EA | 13 | 2A |
| Octal | 127 | 133 | 200 | 40 | 35 | 0 | 62 | 352 | 23 | 52 |
| Binary | 1010111 | 1011011 | 10000000 | 100000 | 11101 | 0 | 110010 | 11101010 | 10011 | 101010 |
Color Harmonies of #575B80
Complementary color
Monochromatic Colors of #575B80
Black with #575B80
Text Example
Text Example
White with #575B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575B80; }
p { color: rgb(87,91,128); }
H1.HeaderClassName
{
color: #575B80;
}
.AnyTagClassName
{
color: #575B80;
}
</style>
background-color css
<style>
a { background-color: #575B80; }
a { background-color: rgb(87,91,128); }
div.DivClassName
{
background-color: #575B80;
}
.BgClassName
{
background-color: #575B80;
}
</style>
border-color css
<style>
span { border-color: #575B80; }
span { border-color: rgb(87,91,128); }
td.TdClassName
{
border-color: #575B80;
}
.TagClassName
{
border-color: #575B80;
}
</style>