Shades of Cutty Sark #599072
Tints of Cutty Sark #599072
RGB
CMYK
RGB Variations
Color information
#599072 (or 0x599072) is known color: Cutty Sark. HEX triplet: 59, 90 and 72. RGB value is (89,144,114). Sum of RGB (Red+Green+Blue) = 89+144+114=347 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.65% from 347); Green value is 144 (56.64% from 255 or 41.50% from 347); Blue value is 114 (44.92% from 255 or 32.85% from 347); Max value from RGB is 144 - color contains mainly: green. Hex color #599072 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599072 is #A66F8D. Grayscale: #7C7C7C. Windows color (decimal): -10907534 or 7508057. OLE color: 7508057.
HSL color Cylindrical-coordinate representation of color #599072: hue angle of 147.27º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #599072 is Cyan = 0.38, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 89 | 144 | 114 | - |
| CMYK | 0.38 | 0 | 0.21 | 0.44 |
| HSL | 147.27º | 0.24% | 0.46% | - |
| HSV(B) | 147.27º | 0.38% | 0.56% | - |
| XYZ | 17.13 | 23.29 | 19.51 | - |
| YUV | 124.14 | 122.28 | 102.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 144 | 114 | 0.38 | 0 | 0.21 | 0.44 | 147.27 | 0.24 | 0.46 |
| Hex | 59 | 90 | 72 | 26 | 0 | 15 | 2C | 93 | 18 | 2E |
| Octal | 131 | 220 | 162 | 46 | 0 | 25 | 54 | 223 | 30 | 56 |
| Binary | 1011001 | 10010000 | 1110010 | 100110 | 0 | 10101 | 101100 | 10010011 | 11000 | 101110 |
Color Harmonies of #599072
Complementary color
Monochromatic Colors of #599072
Black with #599072
Text Example
Text Example
White with #599072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599072; }
p { color: rgb(89,144,114); }
H1.HeaderClassName
{
color: #599072;
}
.AnyTagClassName
{
color: #599072;
}
</style>
background-color css
<style>
a { background-color: #599072; }
a { background-color: rgb(89,144,114); }
div.DivClassName
{
background-color: #599072;
}
.BgClassName
{
background-color: #599072;
}
</style>
border-color css
<style>
span { border-color: #599072; }
span { border-color: rgb(89,144,114); }
td.TdClassName
{
border-color: #599072;
}
.TagClassName
{
border-color: #599072;
}
</style>