Shades of Comet #595E7B
Tints of Comet #595E7B
RGB
CMYK
RGB Variations
Color information
#595E7B (or 0x595E7B) is known color: Comet. HEX triplet: 59, 5E and 7B. RGB value is (89,94,123). Sum of RGB (Red+Green+Blue) = 89+94+123=306 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.08% from 306); Green value is 94 (37.11% from 255 or 30.72% from 306); Blue value is 123 (48.44% from 255 or 40.20% from 306); Max value from RGB is 123 - color contains mainly: blue. Hex color #595E7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595E7B is #A6A184. Grayscale: #5F5F5F. Windows color (decimal): -10920325 or 8085081. OLE color: 8085081.
HSL color Cylindrical-coordinate representation of color #595E7B: hue angle of 231.18º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #595E7B is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 89 | 94 | 123 | - |
| CMYK | 0.28 | 0.24 | 0 | 0.52 |
| HSL | 231.18º | 0.16% | 0.42% | - |
| HSV(B) | 231.18º | 0.28% | 0.48% | - |
| XYZ | 11.7 | 11.56 | 20.35 | - |
| YUV | 95.81 | 143.34 | 123.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 94 | 123 | 0.28 | 0.24 | 0 | 0.52 | 231.18 | 0.16 | 0.42 |
| Hex | 59 | 5E | 7B | 1C | 18 | 0 | 34 | E7 | 10 | 2A |
| Octal | 131 | 136 | 173 | 34 | 30 | 0 | 64 | 347 | 20 | 52 |
| Binary | 1011001 | 1011110 | 1111011 | 11100 | 11000 | 0 | 110100 | 11100111 | 10000 | 101010 |
Color Harmonies of #595E7B
Complementary color
Monochromatic Colors of #595E7B
Black with #595E7B
Text Example
Text Example
White with #595E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595E7B; }
p { color: rgb(89,94,123); }
H1.HeaderClassName
{
color: #595E7B;
}
.AnyTagClassName
{
color: #595E7B;
}
</style>
background-color css
<style>
a { background-color: #595E7B; }
a { background-color: rgb(89,94,123); }
div.DivClassName
{
background-color: #595E7B;
}
.BgClassName
{
background-color: #595E7B;
}
</style>
border-color css
<style>
span { border-color: #595E7B; }
span { border-color: rgb(89,94,123); }
td.TdClassName
{
border-color: #595E7B;
}
.TagClassName
{
border-color: #595E7B;
}
</style>