Shades of Cutty Sark #598E74
Tints of Cutty Sark #598E74
RGB
CMYK
RGB Variations
Color information
#598E74 (or 0x598E74) is known color: Cutty Sark. HEX triplet: 59, 8E and 74. RGB value is (89,142,116). Sum of RGB (Red+Green+Blue) = 89+142+116=347 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.65% from 347); Green value is 142 (55.86% from 255 or 40.92% from 347); Blue value is 116 (45.70% from 255 or 33.43% from 347); Max value from RGB is 142 - color contains mainly: green. Hex color #598E74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #598E74 is #A6718B. Grayscale: #7B7B7B. Windows color (decimal): -10908044 or 7638617. OLE color: 7638617.
HSL color Cylindrical-coordinate representation of color #598E74: hue angle of 150.57º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #598E74 is Cyan = 0.37, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 89 | 142 | 116 | - |
| CMYK | 0.37 | 0 | 0.18 | 0.44 |
| HSL | 150.57º | 0.23% | 0.45% | - |
| HSV(B) | 150.57º | 0.37% | 0.56% | - |
| XYZ | 16.95 | 22.73 | 20.02 | - |
| YUV | 123.19 | 123.94 | 103.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 142 | 116 | 0.37 | 0 | 0.18 | 0.44 | 150.57 | 0.23 | 0.45 |
| Hex | 59 | 8E | 74 | 25 | 0 | 12 | 2C | 97 | 17 | 2D |
| Octal | 131 | 216 | 164 | 45 | 0 | 22 | 54 | 227 | 27 | 55 |
| Binary | 1011001 | 10001110 | 1110100 | 100101 | 0 | 10010 | 101100 | 10010111 | 10111 | 101101 |
Color Harmonies of #598E74
Complementary color
Monochromatic Colors of #598E74
Black with #598E74
Text Example
Text Example
White with #598E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598E74; }
p { color: rgb(89,142,116); }
H1.HeaderClassName
{
color: #598E74;
}
.AnyTagClassName
{
color: #598E74;
}
</style>
background-color css
<style>
a { background-color: #598E74; }
a { background-color: rgb(89,142,116); }
div.DivClassName
{
background-color: #598E74;
}
.BgClassName
{
background-color: #598E74;
}
</style>
border-color css
<style>
span { border-color: #598E74; }
span { border-color: rgb(89,142,116); }
td.TdClassName
{
border-color: #598E74;
}
.TagClassName
{
border-color: #598E74;
}
</style>