Shades of Comet #595D85
Tints of Comet #595D85
RGB
CMYK
RGB Variations
Color information
#595D85 (or 0x595D85) is known color: Comet. HEX triplet: 59, 5D and 85. RGB value is (89,93,133). Sum of RGB (Red+Green+Blue) = 89+93+133=315 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.25% from 315); Green value is 93 (36.72% from 255 or 29.52% from 315); Blue value is 133 (52.34% from 255 or 42.22% from 315); Max value from RGB is 133 - color contains mainly: blue. Hex color #595D85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595D85 is #A6A27A. Grayscale: #606060. Windows color (decimal): -10920571 or 8740185. OLE color: 8740185.
HSL color Cylindrical-coordinate representation of color #595D85: hue angle of 234.55º 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 #595D85 is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 89 | 93 | 133 | - |
| CMYK | 0.33 | 0.30 | 0 | 0.48 |
| HSL | 234.55º | 0.2% | 0.44% | - |
| HSV(B) | 234.55º | 0.33% | 0.52% | - |
| XYZ | 12.27 | 11.65 | 23.79 | - |
| YUV | 96.36 | 148.67 | 122.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 93 | 133 | 0.33 | 0.30 | 0 | 0.48 | 234.55 | 0.2 | 0.44 |
| Hex | 59 | 5D | 85 | 21 | 1E | 0 | 30 | EB | 14 | 2C |
| Octal | 131 | 135 | 205 | 41 | 36 | 0 | 60 | 353 | 24 | 54 |
| Binary | 1011001 | 1011101 | 10000101 | 100001 | 11110 | 0 | 110000 | 11101011 | 10100 | 101100 |
Color Harmonies of #595D85
Complementary color
Monochromatic Colors of #595D85
Black with #595D85
Text Example
Text Example
White with #595D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595D85; }
p { color: rgb(89,93,133); }
H1.HeaderClassName
{
color: #595D85;
}
.AnyTagClassName
{
color: #595D85;
}
</style>
background-color css
<style>
a { background-color: #595D85; }
a { background-color: rgb(89,93,133); }
div.DivClassName
{
background-color: #595D85;
}
.BgClassName
{
background-color: #595D85;
}
</style>
border-color css
<style>
span { border-color: #595D85; }
span { border-color: rgb(89,93,133); }
td.TdClassName
{
border-color: #595D85;
}
.TagClassName
{
border-color: #595D85;
}
</style>