Shades of Comet #595B85
Tints of Comet #595B85
RGB
CMYK
RGB Variations
Color information
#595B85 (or 0x595B85) is known color: Comet. HEX triplet: 59, 5B and 85. RGB value is (89,91,133). Sum of RGB (Red+Green+Blue) = 89+91+133=313 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.43% from 313); Green value is 91 (35.94% from 255 or 29.07% from 313); Blue value is 133 (52.34% from 255 or 42.49% from 313); Max value from RGB is 133 - color contains mainly: blue. Hex color #595B85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595B85 is #A6A47A. Grayscale: #5F5F5F. Windows color (decimal): -10921083 or 8739673. OLE color: 8739673.
HSL color Cylindrical-coordinate representation of color #595B85: hue angle of 237.27º 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 #595B85 is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 89 | 91 | 133 | - |
| CMYK | 0.33 | 0.32 | 0 | 0.48 |
| HSL | 237.27º | 0.2% | 0.44% | - |
| HSV(B) | 237.27º | 0.33% | 0.52% | - |
| XYZ | 12.09 | 11.3 | 23.73 | - |
| YUV | 95.19 | 149.34 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 91 | 133 | 0.33 | 0.32 | 0 | 0.48 | 237.27 | 0.2 | 0.44 |
| Hex | 59 | 5B | 85 | 21 | 20 | 0 | 30 | ED | 14 | 2C |
| Octal | 131 | 133 | 205 | 41 | 40 | 0 | 60 | 355 | 24 | 54 |
| Binary | 1011001 | 1011011 | 10000101 | 100001 | 100000 | 0 | 110000 | 11101101 | 10100 | 101100 |
Color Harmonies of #595B85
Complementary color
Monochromatic Colors of #595B85
Black with #595B85
Text Example
Text Example
White with #595B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595B85; }
p { color: rgb(89,91,133); }
H1.HeaderClassName
{
color: #595B85;
}
.AnyTagClassName
{
color: #595B85;
}
</style>
background-color css
<style>
a { background-color: #595B85; }
a { background-color: rgb(89,91,133); }
div.DivClassName
{
background-color: #595B85;
}
.BgClassName
{
background-color: #595B85;
}
</style>
border-color css
<style>
span { border-color: #595B85; }
span { border-color: rgb(89,91,133); }
td.TdClassName
{
border-color: #595B85;
}
.TagClassName
{
border-color: #595B85;
}
</style>