Shades of Comet #595E85
Tints of Comet #595E85
RGB
CMYK
RGB Variations
Color information
#595E85 (or 0x595E85) is known color: Comet. HEX triplet: 59, 5E and 85. RGB value is (89,94,133). Sum of RGB (Red+Green+Blue) = 89+94+133=316 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.16% from 316); Green value is 94 (37.11% from 255 or 29.75% from 316); Blue value is 133 (52.34% from 255 or 42.09% from 316); Max value from RGB is 133 - color contains mainly: blue. Hex color #595E85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595E85 is #A6A17A. Grayscale: #606060. Windows color (decimal): -10920315 or 8740441. OLE color: 8740441.
HSL color Cylindrical-coordinate representation of color #595E85: hue angle of 233.18º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #595E85 is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 89 | 94 | 133 | - |
| CMYK | 0.33 | 0.29 | 0 | 0.48 |
| HSL | 233.18º | 0.2% | 0.44% | - |
| HSV(B) | 233.18º | 0.33% | 0.52% | - |
| XYZ | 12.36 | 11.82 | 23.82 | - |
| YUV | 96.95 | 148.34 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 94 | 133 | 0.33 | 0.29 | 0 | 0.48 | 233.18 | 0.2 | 0.44 |
| Hex | 59 | 5E | 85 | 21 | 1D | 0 | 30 | E9 | 14 | 2C |
| Octal | 131 | 136 | 205 | 41 | 35 | 0 | 60 | 351 | 24 | 54 |
| Binary | 1011001 | 1011110 | 10000101 | 100001 | 11101 | 0 | 110000 | 11101001 | 10100 | 101100 |
Color Harmonies of #595E85
Complementary color
Monochromatic Colors of #595E85
Black with #595E85
Text Example
Text Example
White with #595E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595E85; }
p { color: rgb(89,94,133); }
H1.HeaderClassName
{
color: #595E85;
}
.AnyTagClassName
{
color: #595E85;
}
</style>
background-color css
<style>
a { background-color: #595E85; }
a { background-color: rgb(89,94,133); }
div.DivClassName
{
background-color: #595E85;
}
.BgClassName
{
background-color: #595E85;
}
</style>
border-color css
<style>
span { border-color: #595E85; }
span { border-color: rgb(89,94,133); }
td.TdClassName
{
border-color: #595E85;
}
.TagClassName
{
border-color: #595E85;
}
</style>