Shades of Comet #59617F
Tints of Comet #59617F
RGB
CMYK
RGB Variations
Color information
#59617F (or 0x59617F) is known color: Comet. HEX triplet: 59, 61 and 7F. RGB value is (89,97,127). Sum of RGB (Red+Green+Blue) = 89+97+127=313 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.43% from 313); Green value is 97 (38.28% from 255 or 30.99% from 313); Blue value is 127 (50% from 255 or 40.58% from 313); Max value from RGB is 127 - color contains mainly: blue. Hex color #59617F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59617F is #A69E80. Grayscale: #616161. Windows color (decimal): -10919553 or 8347993. OLE color: 8347993.
HSL color Cylindrical-coordinate representation of color #59617F: hue angle of 227.37º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #59617F is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 89 | 97 | 127 | - |
| CMYK | 0.30 | 0.24 | 0 | 0.50 |
| HSL | 227.37º | 0.18% | 0.42% | - |
| HSV(B) | 227.37º | 0.3% | 0.5% | - |
| XYZ | 12.23 | 12.21 | 21.79 | - |
| YUV | 98.03 | 144.35 | 121.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 97 | 127 | 0.30 | 0.24 | 0 | 0.50 | 227.37 | 0.18 | 0.42 |
| Hex | 59 | 61 | 7F | 1E | 18 | 0 | 32 | E3 | 12 | 2A |
| Octal | 131 | 141 | 177 | 36 | 30 | 0 | 62 | 343 | 22 | 52 |
| Binary | 1011001 | 1100001 | 1111111 | 11110 | 11000 | 0 | 110010 | 11100011 | 10010 | 101010 |
Color Harmonies of #59617F
Complementary color
Monochromatic Colors of #59617F
Black with #59617F
Text Example
Text Example
White with #59617F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59617F; }
p { color: rgb(89,97,127); }
H1.HeaderClassName
{
color: #59617F;
}
.AnyTagClassName
{
color: #59617F;
}
</style>
background-color css
<style>
a { background-color: #59617F; }
a { background-color: rgb(89,97,127); }
div.DivClassName
{
background-color: #59617F;
}
.BgClassName
{
background-color: #59617F;
}
</style>
border-color css
<style>
span { border-color: #59617F; }
span { border-color: rgb(89,97,127); }
td.TdClassName
{
border-color: #59617F;
}
.TagClassName
{
border-color: #59617F;
}
</style>