Shades of Cutty Sark #598B73
Tints of Cutty Sark #598B73
RGB
CMYK
RGB Variations
Color information
#598B73 (or 0x598B73) is known color: Cutty Sark. HEX triplet: 59, 8B and 73. RGB value is (89,139,115). Sum of RGB (Red+Green+Blue) = 89+139+115=343 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.95% from 343); Green value is 139 (54.69% from 255 or 40.52% from 343); Blue value is 115 (45.31% from 255 or 33.53% from 343); Max value from RGB is 139 - color contains mainly: green. Hex color #598B73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #598B73 is #A6748C. Grayscale: #797979. Windows color (decimal): -10908813 or 7572313. OLE color: 7572313.
HSL color Cylindrical-coordinate representation of color #598B73: hue angle of 151.2º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #598B73 is Cyan = 0.36, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 89 | 139 | 115 | - |
| CMYK | 0.36 | 0 | 0.17 | 0.45 |
| HSL | 151.2º | 0.22% | 0.45% | - |
| HSV(B) | 151.2º | 0.36% | 0.55% | - |
| XYZ | 16.45 | 21.83 | 19.57 | - |
| YUV | 121.31 | 124.44 | 104.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 139 | 115 | 0.36 | 0 | 0.17 | 0.45 | 151.2 | 0.22 | 0.45 |
| Hex | 59 | 8B | 73 | 24 | 0 | 11 | 2D | 97 | 16 | 2D |
| Octal | 131 | 213 | 163 | 44 | 0 | 21 | 55 | 227 | 26 | 55 |
| Binary | 1011001 | 10001011 | 1110011 | 100100 | 0 | 10001 | 101101 | 10010111 | 10110 | 101101 |
Color Harmonies of #598B73
Complementary color
Monochromatic Colors of #598B73
Black with #598B73
Text Example
Text Example
White with #598B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598B73; }
p { color: rgb(89,139,115); }
H1.HeaderClassName
{
color: #598B73;
}
.AnyTagClassName
{
color: #598B73;
}
</style>
background-color css
<style>
a { background-color: #598B73; }
a { background-color: rgb(89,139,115); }
div.DivClassName
{
background-color: #598B73;
}
.BgClassName
{
background-color: #598B73;
}
</style>
border-color css
<style>
span { border-color: #598B73; }
span { border-color: rgb(89,139,115); }
td.TdClassName
{
border-color: #598B73;
}
.TagClassName
{
border-color: #598B73;
}
</style>