Shades of Cutty Sark #597E73
Tints of Cutty Sark #597E73
RGB
CMYK
RGB Variations
Color information
#597E73 (or 0x597E73) is known color: Cutty Sark. HEX triplet: 59, 7E and 73. RGB value is (89,126,115). Sum of RGB (Red+Green+Blue) = 89+126+115=330 (43% of max value = 765). Red value is 89 (35.16% from 255 or 26.97% from 330); Green value is 126 (49.61% from 255 or 38.18% from 330); Blue value is 115 (45.31% from 255 or 34.85% from 330); Max value from RGB is 126 - color contains mainly: green. Hex color #597E73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #597E73 is #A6818C. Grayscale: #717171. Windows color (decimal): -10912141 or 7568985. OLE color: 7568985.
HSL color Cylindrical-coordinate representation of color #597E73: hue angle of 162.16º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #597E73 is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 89 | 126 | 115 | - |
| CMYK | 0.29 | 0 | 0.09 | 0.51 |
| HSL | 162.16º | 0.17% | 0.42% | - |
| HSV(B) | 162.16º | 0.29% | 0.49% | - |
| XYZ | 14.68 | 18.28 | 18.98 | - |
| YUV | 113.68 | 128.74 | 110.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 126 | 115 | 0.29 | 0 | 0.09 | 0.51 | 162.16 | 0.17 | 0.42 |
| Hex | 59 | 7E | 73 | 1D | 0 | 9 | 33 | A2 | 11 | 2A |
| Octal | 131 | 176 | 163 | 35 | 0 | 11 | 63 | 242 | 21 | 52 |
| Binary | 1011001 | 1111110 | 1110011 | 11101 | 0 | 1001 | 110011 | 10100010 | 10001 | 101010 |
Color Harmonies of #597E73
Complementary color
Monochromatic Colors of #597E73
Black with #597E73
Text Example
Text Example
White with #597E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597E73; }
p { color: rgb(89,126,115); }
H1.HeaderClassName
{
color: #597E73;
}
.AnyTagClassName
{
color: #597E73;
}
</style>
background-color css
<style>
a { background-color: #597E73; }
a { background-color: rgb(89,126,115); }
div.DivClassName
{
background-color: #597E73;
}
.BgClassName
{
background-color: #597E73;
}
</style>
border-color css
<style>
span { border-color: #597E73; }
span { border-color: rgb(89,126,115); }
td.TdClassName
{
border-color: #597E73;
}
.TagClassName
{
border-color: #597E73;
}
</style>