Shades of Cutty Sark #598D6E
Tints of Cutty Sark #598D6E
RGB
CMYK
RGB Variations
Color information
#598D6E (or 0x598D6E) is known color: Cutty Sark. HEX triplet: 59, 8D and 6E. RGB value is (89,141,110). Sum of RGB (Red+Green+Blue) = 89+141+110=340 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.18% from 340); Green value is 141 (55.47% from 255 or 41.47% from 340); Blue value is 110 (43.36% from 255 or 32.35% from 340); Max value from RGB is 141 - color contains mainly: green. Hex color #598D6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #598D6E is #A67291. Grayscale: #797979. Windows color (decimal): -10908306 or 7245145. OLE color: 7245145.
HSL color Cylindrical-coordinate representation of color #598D6E: hue angle of 144.23º 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 #598D6E is Cyan = 0.37, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 89 | 141 | 110 | - |
| CMYK | 0.37 | 0 | 0.22 | 0.45 |
| HSL | 144.23º | 0.23% | 0.45% | - |
| HSV(B) | 144.23º | 0.37% | 0.55% | - |
| XYZ | 16.46 | 22.3 | 18.19 | - |
| YUV | 121.92 | 121.27 | 104.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 141 | 110 | 0.37 | 0 | 0.22 | 0.45 | 144.23 | 0.23 | 0.45 |
| Hex | 59 | 8D | 6E | 25 | 0 | 16 | 2D | 90 | 17 | 2D |
| Octal | 131 | 215 | 156 | 45 | 0 | 26 | 55 | 220 | 27 | 55 |
| Binary | 1011001 | 10001101 | 1101110 | 100101 | 0 | 10110 | 101101 | 10010000 | 10111 | 101101 |
Color Harmonies of #598D6E
Complementary color
Monochromatic Colors of #598D6E
Black with #598D6E
Text Example
Text Example
White with #598D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598D6E; }
p { color: rgb(89,141,110); }
H1.HeaderClassName
{
color: #598D6E;
}
.AnyTagClassName
{
color: #598D6E;
}
</style>
background-color css
<style>
a { background-color: #598D6E; }
a { background-color: rgb(89,141,110); }
div.DivClassName
{
background-color: #598D6E;
}
.BgClassName
{
background-color: #598D6E;
}
</style>
border-color css
<style>
span { border-color: #598D6E; }
span { border-color: rgb(89,141,110); }
td.TdClassName
{
border-color: #598D6E;
}
.TagClassName
{
border-color: #598D6E;
}
</style>