Shades of Cutty Sark #597C73
Tints of Cutty Sark #597C73
RGB
CMYK
RGB Variations
Color information
#597C73 (or 0x597C73) is known color: Cutty Sark. HEX triplet: 59, 7C and 73. RGB value is (89,124,115). Sum of RGB (Red+Green+Blue) = 89+124+115=328 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.13% from 328); Green value is 124 (48.83% from 255 or 37.80% from 328); Blue value is 115 (45.31% from 255 or 35.06% from 328); Max value from RGB is 124 - color contains mainly: green. Hex color #597C73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #597C73 is #A6838C. Grayscale: #707070. Windows color (decimal): -10912653 or 7568473. OLE color: 7568473.
HSL color Cylindrical-coordinate representation of color #597C73: hue angle of 164.57º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #597C73 is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 89 | 124 | 115 | - |
| CMYK | 0.28 | 0 | 0.07 | 0.51 |
| HSL | 164.57º | 0.16% | 0.42% | - |
| HSV(B) | 164.57º | 0.28% | 0.49% | - |
| XYZ | 14.42 | 17.78 | 18.89 | - |
| YUV | 112.51 | 129.4 | 111.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 124 | 115 | 0.28 | 0 | 0.07 | 0.51 | 164.57 | 0.16 | 0.42 |
| Hex | 59 | 7C | 73 | 1C | 0 | 7 | 33 | A5 | 10 | 2A |
| Octal | 131 | 174 | 163 | 34 | 0 | 7 | 63 | 245 | 20 | 52 |
| Binary | 1011001 | 1111100 | 1110011 | 11100 | 0 | 111 | 110011 | 10100101 | 10000 | 101010 |
Color Harmonies of #597C73
Complementary color
Monochromatic Colors of #597C73
Black with #597C73
Text Example
Text Example
White with #597C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597C73; }
p { color: rgb(89,124,115); }
H1.HeaderClassName
{
color: #597C73;
}
.AnyTagClassName
{
color: #597C73;
}
</style>
background-color css
<style>
a { background-color: #597C73; }
a { background-color: rgb(89,124,115); }
div.DivClassName
{
background-color: #597C73;
}
.BgClassName
{
background-color: #597C73;
}
</style>
border-color css
<style>
span { border-color: #597C73; }
span { border-color: rgb(89,124,115); }
td.TdClassName
{
border-color: #597C73;
}
.TagClassName
{
border-color: #597C73;
}
</style>