Shades of Cutty Sark #598D77
Tints of Cutty Sark #598D77
RGB
CMYK
RGB Variations
Color information
#598D77 (or 0x598D77) is known color: Cutty Sark. HEX triplet: 59, 8D and 77. RGB value is (89,141,119). Sum of RGB (Red+Green+Blue) = 89+141+119=349 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.50% from 349); Green value is 141 (55.47% from 255 or 40.40% from 349); Blue value is 119 (46.88% from 255 or 34.10% from 349); Max value from RGB is 141 - color contains mainly: green. Hex color #598D77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #598D77 is #A67288. Grayscale: #7A7A7A. Windows color (decimal): -10908297 or 7834969. OLE color: 7834969.
HSL color Cylindrical-coordinate representation of color #598D77: hue angle of 154.62º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #598D77 is Cyan = 0.37, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 89 | 141 | 119 | - |
| CMYK | 0.37 | 0 | 0.16 | 0.45 |
| HSL | 154.62º | 0.23% | 0.45% | - |
| HSV(B) | 154.62º | 0.37% | 0.55% | - |
| XYZ | 16.97 | 22.51 | 20.9 | - |
| YUV | 122.94 | 125.77 | 103.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 141 | 119 | 0.37 | 0 | 0.16 | 0.45 | 154.62 | 0.23 | 0.45 |
| Hex | 59 | 8D | 77 | 25 | 0 | 10 | 2D | 9B | 17 | 2D |
| Octal | 131 | 215 | 167 | 45 | 0 | 20 | 55 | 233 | 27 | 55 |
| Binary | 1011001 | 10001101 | 1110111 | 100101 | 0 | 10000 | 101101 | 10011011 | 10111 | 101101 |
Color Harmonies of #598D77
Complementary color
Monochromatic Colors of #598D77
Black with #598D77
Text Example
Text Example
White with #598D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598D77; }
p { color: rgb(89,141,119); }
H1.HeaderClassName
{
color: #598D77;
}
.AnyTagClassName
{
color: #598D77;
}
</style>
background-color css
<style>
a { background-color: #598D77; }
a { background-color: rgb(89,141,119); }
div.DivClassName
{
background-color: #598D77;
}
.BgClassName
{
background-color: #598D77;
}
</style>
border-color css
<style>
span { border-color: #598D77; }
span { border-color: rgb(89,141,119); }
td.TdClassName
{
border-color: #598D77;
}
.TagClassName
{
border-color: #598D77;
}
</style>