Shades of Comet #595F7A
Tints of Comet #595F7A
RGB
CMYK
RGB Variations
Color information
#595F7A (or 0x595F7A) is known color: Comet. HEX triplet: 59, 5F and 7A. RGB value is (89,95,122). Sum of RGB (Red+Green+Blue) = 89+95+122=306 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.08% from 306); Green value is 95 (37.5% from 255 or 31.05% from 306); Blue value is 122 (48.05% from 255 or 39.87% from 306); Max value from RGB is 122 - color contains mainly: blue. Hex color #595F7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595F7A is #A6A085. Grayscale: #606060. Windows color (decimal): -10920070 or 8019801. OLE color: 8019801.
HSL color Cylindrical-coordinate representation of color #595F7A: hue angle of 229.09º 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 #595F7A is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 89 | 95 | 122 | - |
| CMYK | 0.27 | 0.22 | 0 | 0.52 |
| HSL | 229.09º | 0.16% | 0.41% | - |
| HSV(B) | 229.09º | 0.27% | 0.48% | - |
| XYZ | 11.72 | 11.71 | 20.06 | - |
| YUV | 96.28 | 142.51 | 122.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 95 | 122 | 0.27 | 0.22 | 0 | 0.52 | 229.09 | 0.16 | 0.41 |
| Hex | 59 | 5F | 7A | 1B | 16 | 0 | 34 | E5 | 10 | 29 |
| Octal | 131 | 137 | 172 | 33 | 26 | 0 | 64 | 345 | 20 | 51 |
| Binary | 1011001 | 1011111 | 1111010 | 11011 | 10110 | 0 | 110100 | 11100101 | 10000 | 101001 |
Color Harmonies of #595F7A
Complementary color
Monochromatic Colors of #595F7A
Black with #595F7A
Text Example
Text Example
White with #595F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595F7A; }
p { color: rgb(89,95,122); }
H1.HeaderClassName
{
color: #595F7A;
}
.AnyTagClassName
{
color: #595F7A;
}
</style>
background-color css
<style>
a { background-color: #595F7A; }
a { background-color: rgb(89,95,122); }
div.DivClassName
{
background-color: #595F7A;
}
.BgClassName
{
background-color: #595F7A;
}
</style>
border-color css
<style>
span { border-color: #595F7A; }
span { border-color: rgb(89,95,122); }
td.TdClassName
{
border-color: #595F7A;
}
.TagClassName
{
border-color: #595F7A;
}
</style>