Shades of Comet #575982
Tints of Comet #575982
RGB
CMYK
RGB Variations
Color information
#575982 (or 0x575982) is known color: Comet. HEX triplet: 57, 59 and 82. RGB value is (87,89,130). Sum of RGB (Red+Green+Blue) = 87+89+130=306 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.43% from 306); Green value is 89 (35.16% from 255 or 29.08% from 306); Blue value is 130 (51.17% from 255 or 42.48% from 306); Max value from RGB is 130 - color contains mainly: blue. Hex color #575982 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575982 is #A8A67D. Grayscale: #5C5C5C. Windows color (decimal): -11052670 or 8542551. OLE color: 8542551.
HSL color Cylindrical-coordinate representation of color #575982: hue angle of 237.21º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #575982 is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 87 | 89 | 130 | - |
| CMYK | 0.33 | 0.32 | 0 | 0.49 |
| HSL | 237.21º | 0.2% | 0.43% | - |
| HSV(B) | 237.21º | 0.33% | 0.51% | - |
| XYZ | 11.53 | 10.78 | 22.59 | - |
| YUV | 93.08 | 148.84 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 89 | 130 | 0.33 | 0.32 | 0 | 0.49 | 237.21 | 0.2 | 0.43 |
| Hex | 57 | 59 | 82 | 21 | 20 | 0 | 31 | ED | 14 | 2B |
| Octal | 127 | 131 | 202 | 41 | 40 | 0 | 61 | 355 | 24 | 53 |
| Binary | 1010111 | 1011001 | 10000010 | 100001 | 100000 | 0 | 110001 | 11101101 | 10100 | 101011 |
Color Harmonies of #575982
Complementary color
Monochromatic Colors of #575982
Black with #575982
Text Example
Text Example
White with #575982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575982; }
p { color: rgb(87,89,130); }
H1.HeaderClassName
{
color: #575982;
}
.AnyTagClassName
{
color: #575982;
}
</style>
background-color css
<style>
a { background-color: #575982; }
a { background-color: rgb(87,89,130); }
div.DivClassName
{
background-color: #575982;
}
.BgClassName
{
background-color: #575982;
}
</style>
border-color css
<style>
span { border-color: #575982; }
span { border-color: rgb(87,89,130); }
td.TdClassName
{
border-color: #575982;
}
.TagClassName
{
border-color: #575982;
}
</style>