Shades of Comet #595B7A
Tints of Comet #595B7A
RGB
CMYK
RGB Variations
Color information
#595B7A (or 0x595B7A) is known color: Comet. HEX triplet: 59, 5B and 7A. RGB value is (89,91,122). Sum of RGB (Red+Green+Blue) = 89+91+122=302 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.47% from 302); Green value is 91 (35.94% from 255 or 30.13% from 302); Blue value is 122 (48.05% from 255 or 40.40% from 302); Max value from RGB is 122 - color contains mainly: blue. Hex color #595B7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595B7A is #A6A485. Grayscale: #5D5D5D. Windows color (decimal): -10921094 or 8018777. OLE color: 8018777.
HSL color Cylindrical-coordinate representation of color #595B7A: hue angle of 236.36º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #595B7A is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 89 | 91 | 122 | - |
| CMYK | 0.27 | 0.25 | 0 | 0.52 |
| HSL | 236.36º | 0.16% | 0.41% | - |
| HSV(B) | 236.36º | 0.27% | 0.48% | - |
| XYZ | 11.37 | 11.01 | 19.94 | - |
| YUV | 93.94 | 143.84 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 91 | 122 | 0.27 | 0.25 | 0 | 0.52 | 236.36 | 0.16 | 0.41 |
| Hex | 59 | 5B | 7A | 1B | 19 | 0 | 34 | EC | 10 | 29 |
| Octal | 131 | 133 | 172 | 33 | 31 | 0 | 64 | 354 | 20 | 51 |
| Binary | 1011001 | 1011011 | 1111010 | 11011 | 11001 | 0 | 110100 | 11101100 | 10000 | 101001 |
Color Harmonies of #595B7A
Complementary color
Monochromatic Colors of #595B7A
Black with #595B7A
Text Example
Text Example
White with #595B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595B7A; }
p { color: rgb(89,91,122); }
H1.HeaderClassName
{
color: #595B7A;
}
.AnyTagClassName
{
color: #595B7A;
}
</style>
background-color css
<style>
a { background-color: #595B7A; }
a { background-color: rgb(89,91,122); }
div.DivClassName
{
background-color: #595B7A;
}
.BgClassName
{
background-color: #595B7A;
}
</style>
border-color css
<style>
span { border-color: #595B7A; }
span { border-color: rgb(89,91,122); }
td.TdClassName
{
border-color: #595B7A;
}
.TagClassName
{
border-color: #595B7A;
}
</style>