Shades of Cutty Sark #599077
Tints of Cutty Sark #599077
RGB
CMYK
RGB Variations
Color information
#599077 (or 0x599077) is known color: Cutty Sark. HEX triplet: 59, 90 and 77. RGB value is (89,144,119). Sum of RGB (Red+Green+Blue) = 89+144+119=352 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.28% from 352); Green value is 144 (56.64% from 255 or 40.91% from 352); Blue value is 119 (46.88% from 255 or 33.81% from 352); Max value from RGB is 144 - color contains mainly: green. Hex color #599077 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599077 is #A66F88. Grayscale: #7C7C7C. Windows color (decimal): -10907529 or 7835737. OLE color: 7835737.
HSL color Cylindrical-coordinate representation of color #599077: hue angle of 152.73º 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 #599077 is Cyan = 0.38, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 89 | 144 | 119 | - |
| CMYK | 0.38 | 0 | 0.17 | 0.44 |
| HSL | 152.73º | 0.24% | 0.46% | - |
| HSV(B) | 152.73º | 0.38% | 0.56% | - |
| XYZ | 17.42 | 23.4 | 21.05 | - |
| YUV | 124.71 | 124.78 | 102.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 144 | 119 | 0.38 | 0 | 0.17 | 0.44 | 152.73 | 0.24 | 0.46 |
| Hex | 59 | 90 | 77 | 26 | 0 | 11 | 2C | 99 | 18 | 2E |
| Octal | 131 | 220 | 167 | 46 | 0 | 21 | 54 | 231 | 30 | 56 |
| Binary | 1011001 | 10010000 | 1110111 | 100110 | 0 | 10001 | 101100 | 10011001 | 11000 | 101110 |
Color Harmonies of #599077
Complementary color
Monochromatic Colors of #599077
Black with #599077
Text Example
Text Example
White with #599077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599077; }
p { color: rgb(89,144,119); }
H1.HeaderClassName
{
color: #599077;
}
.AnyTagClassName
{
color: #599077;
}
</style>
background-color css
<style>
a { background-color: #599077; }
a { background-color: rgb(89,144,119); }
div.DivClassName
{
background-color: #599077;
}
.BgClassName
{
background-color: #599077;
}
</style>
border-color css
<style>
span { border-color: #599077; }
span { border-color: rgb(89,144,119); }
td.TdClassName
{
border-color: #599077;
}
.TagClassName
{
border-color: #599077;
}
</style>