Shades of Comet #595C7A
Tints of Comet #595C7A
RGB
CMYK
RGB Variations
Color information
#595C7A (or 0x595C7A) is known color: Comet. HEX triplet: 59, 5C and 7A. RGB value is (89,92,122). Sum of RGB (Red+Green+Blue) = 89+92+122=303 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.37% from 303); Green value is 92 (36.33% from 255 or 30.36% from 303); Blue value is 122 (48.05% from 255 or 40.26% from 303); Max value from RGB is 122 - color contains mainly: blue. Hex color #595C7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595C7A is #A6A385. Grayscale: #5E5E5E. Windows color (decimal): -10920838 or 8019033. OLE color: 8019033.
HSL color Cylindrical-coordinate representation of color #595C7A: hue angle of 234.55º 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 #595C7A is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 89 | 92 | 122 | - |
| CMYK | 0.27 | 0.25 | 0 | 0.52 |
| HSL | 234.55º | 0.16% | 0.41% | - |
| HSV(B) | 234.55º | 0.27% | 0.48% | - |
| XYZ | 11.46 | 11.18 | 19.97 | - |
| YUV | 94.52 | 143.51 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 92 | 122 | 0.27 | 0.25 | 0 | 0.52 | 234.55 | 0.16 | 0.41 |
| Hex | 59 | 5C | 7A | 1B | 19 | 0 | 34 | EB | 10 | 29 |
| Octal | 131 | 134 | 172 | 33 | 31 | 0 | 64 | 353 | 20 | 51 |
| Binary | 1011001 | 1011100 | 1111010 | 11011 | 11001 | 0 | 110100 | 11101011 | 10000 | 101001 |
Color Harmonies of #595C7A
Complementary color
Monochromatic Colors of #595C7A
Black with #595C7A
Text Example
Text Example
White with #595C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595C7A; }
p { color: rgb(89,92,122); }
H1.HeaderClassName
{
color: #595C7A;
}
.AnyTagClassName
{
color: #595C7A;
}
</style>
background-color css
<style>
a { background-color: #595C7A; }
a { background-color: rgb(89,92,122); }
div.DivClassName
{
background-color: #595C7A;
}
.BgClassName
{
background-color: #595C7A;
}
</style>
border-color css
<style>
span { border-color: #595C7A; }
span { border-color: rgb(89,92,122); }
td.TdClassName
{
border-color: #595C7A;
}
.TagClassName
{
border-color: #595C7A;
}
</style>