Shades of Comet #57596E
Tints of Comet #57596E
RGB
CMYK
RGB Variations
Color information
#57596E (or 0x57596E) is known color: Comet. HEX triplet: 57, 59 and 6E. RGB value is (87,89,110). Sum of RGB (Red+Green+Blue) = 87+89+110=286 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.42% from 286); Green value is 89 (35.16% from 255 or 31.12% from 286); Blue value is 110 (43.36% from 255 or 38.46% from 286); Max value from RGB is 110 - color contains mainly: blue. Hex color #57596E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57596E is #A8A691. Grayscale: #5A5A5A. Windows color (decimal): -11052690 or 7231831. OLE color: 7231831.
HSL color Cylindrical-coordinate representation of color #57596E: hue angle of 234.78º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #57596E is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 87 | 89 | 110 | - |
| CMYK | 0.21 | 0.19 | 0 | 0.57 |
| HSL | 234.78º | 0.12% | 0.39% | - |
| HSV(B) | 234.78º | 0.21% | 0.43% | - |
| XYZ | 10.32 | 10.3 | 16.2 | - |
| YUV | 90.8 | 138.84 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 89 | 110 | 0.21 | 0.19 | 0 | 0.57 | 234.78 | 0.12 | 0.39 |
| Hex | 57 | 59 | 6E | 15 | 13 | 0 | 39 | EB | C | 27 |
| Octal | 127 | 131 | 156 | 25 | 23 | 0 | 71 | 353 | 14 | 47 |
| Binary | 1010111 | 1011001 | 1101110 | 10101 | 10011 | 0 | 111001 | 11101011 | 1100 | 100111 |
Color Harmonies of #57596E
Complementary color
Monochromatic Colors of #57596E
Black with #57596E
Text Example
Text Example
White with #57596E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57596E; }
p { color: rgb(87,89,110); }
H1.HeaderClassName
{
color: #57596E;
}
.AnyTagClassName
{
color: #57596E;
}
</style>
background-color css
<style>
a { background-color: #57596E; }
a { background-color: rgb(87,89,110); }
div.DivClassName
{
background-color: #57596E;
}
.BgClassName
{
background-color: #57596E;
}
</style>
border-color css
<style>
span { border-color: #57596E; }
span { border-color: rgb(87,89,110); }
td.TdClassName
{
border-color: #57596E;
}
.TagClassName
{
border-color: #57596E;
}
</style>