Shades of Cutty Sark #598B74
Tints of Cutty Sark #598B74
RGB
CMYK
RGB Variations
Color information
#598B74 (or 0x598B74) is known color: Cutty Sark. HEX triplet: 59, 8B and 74. RGB value is (89,139,116). Sum of RGB (Red+Green+Blue) = 89+139+116=344 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.87% from 344); Green value is 139 (54.69% from 255 or 40.41% from 344); Blue value is 116 (45.70% from 255 or 33.72% from 344); Max value from RGB is 139 - color contains mainly: green. Hex color #598B74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #598B74 is #A6748B. Grayscale: #797979. Windows color (decimal): -10908812 or 7637849. OLE color: 7637849.
HSL color Cylindrical-coordinate representation of color #598B74: hue angle of 152.4º 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 #598B74 is Cyan = 0.36, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 89 | 139 | 116 | - |
| CMYK | 0.36 | 0 | 0.17 | 0.45 |
| HSL | 152.4º | 0.22% | 0.45% | - |
| HSV(B) | 152.4º | 0.36% | 0.55% | - |
| XYZ | 16.5 | 21.85 | 19.87 | - |
| YUV | 121.43 | 124.94 | 104.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 139 | 116 | 0.36 | 0 | 0.17 | 0.45 | 152.4 | 0.22 | 0.45 |
| Hex | 59 | 8B | 74 | 24 | 0 | 11 | 2D | 98 | 16 | 2D |
| Octal | 131 | 213 | 164 | 44 | 0 | 21 | 55 | 230 | 26 | 55 |
| Binary | 1011001 | 10001011 | 1110100 | 100100 | 0 | 10001 | 101101 | 10011000 | 10110 | 101101 |
Color Harmonies of #598B74
Complementary color
Monochromatic Colors of #598B74
Black with #598B74
Text Example
Text Example
White with #598B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598B74; }
p { color: rgb(89,139,116); }
H1.HeaderClassName
{
color: #598B74;
}
.AnyTagClassName
{
color: #598B74;
}
</style>
background-color css
<style>
a { background-color: #598B74; }
a { background-color: rgb(89,139,116); }
div.DivClassName
{
background-color: #598B74;
}
.BgClassName
{
background-color: #598B74;
}
</style>
border-color css
<style>
span { border-color: #598B74; }
span { border-color: rgb(89,139,116); }
td.TdClassName
{
border-color: #598B74;
}
.TagClassName
{
border-color: #598B74;
}
</style>