Shades of Comet #595E7C
Tints of Comet #595E7C
RGB
CMYK
RGB Variations
Color information
#595E7C (or 0x595E7C) is known color: Comet. HEX triplet: 59, 5E and 7C. RGB value is (89,94,124). Sum of RGB (Red+Green+Blue) = 89+94+124=307 (40% of max value = 765). Red value is 89 (35.16% from 255 or 28.99% from 307); Green value is 94 (37.11% from 255 or 30.62% from 307); Blue value is 124 (48.83% from 255 or 40.39% from 307); Max value from RGB is 124 - color contains mainly: blue. Hex color #595E7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595E7C is #A6A183. Grayscale: #5F5F5F. Windows color (decimal): -10920324 or 8150617. OLE color: 8150617.
HSL color Cylindrical-coordinate representation of color #595E7C: hue angle of 231.43º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #595E7C is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 89 | 94 | 124 | - |
| CMYK | 0.28 | 0.24 | 0 | 0.51 |
| HSL | 231.43º | 0.16% | 0.42% | - |
| HSV(B) | 231.43º | 0.28% | 0.49% | - |
| XYZ | 11.76 | 11.58 | 20.68 | - |
| YUV | 95.93 | 143.84 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 94 | 124 | 0.28 | 0.24 | 0 | 0.51 | 231.43 | 0.16 | 0.42 |
| Hex | 59 | 5E | 7C | 1C | 18 | 0 | 33 | E7 | 10 | 2A |
| Octal | 131 | 136 | 174 | 34 | 30 | 0 | 63 | 347 | 20 | 52 |
| Binary | 1011001 | 1011110 | 1111100 | 11100 | 11000 | 0 | 110011 | 11100111 | 10000 | 101010 |
Color Harmonies of #595E7C
Complementary color
Monochromatic Colors of #595E7C
Black with #595E7C
Text Example
Text Example
White with #595E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595E7C; }
p { color: rgb(89,94,124); }
H1.HeaderClassName
{
color: #595E7C;
}
.AnyTagClassName
{
color: #595E7C;
}
</style>
background-color css
<style>
a { background-color: #595E7C; }
a { background-color: rgb(89,94,124); }
div.DivClassName
{
background-color: #595E7C;
}
.BgClassName
{
background-color: #595E7C;
}
</style>
border-color css
<style>
span { border-color: #595E7C; }
span { border-color: rgb(89,94,124); }
td.TdClassName
{
border-color: #595E7C;
}
.TagClassName
{
border-color: #595E7C;
}
</style>