Shades of Cutty Sark #59887A
Tints of Cutty Sark #59887A
RGB
CMYK
RGB Variations
Color information
#59887A (or 0x59887A) is known color: Cutty Sark. HEX triplet: 59, 88 and 7A. RGB value is (89,136,122). Sum of RGB (Red+Green+Blue) = 89+136+122=347 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.65% from 347); Green value is 136 (53.52% from 255 or 39.19% from 347); Blue value is 122 (48.05% from 255 or 35.16% from 347); Max value from RGB is 136 - color contains mainly: green. Hex color #59887A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59887A is #A67785. Grayscale: #787878. Windows color (decimal): -10909574 or 8030297. OLE color: 8030297.
HSL color Cylindrical-coordinate representation of color #59887A: hue angle of 162.13º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #59887A is Cyan = 0.35, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 89 | 136 | 122 | - |
| CMYK | 0.35 | 0 | 0.10 | 0.47 |
| HSL | 162.13º | 0.21% | 0.44% | - |
| HSV(B) | 162.13º | 0.35% | 0.53% | - |
| XYZ | 16.44 | 21.14 | 21.63 | - |
| YUV | 120.35 | 128.93 | 105.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 136 | 122 | 0.35 | 0 | 0.10 | 0.47 | 162.13 | 0.21 | 0.44 |
| Hex | 59 | 88 | 7A | 23 | 0 | A | 2F | A2 | 15 | 2C |
| Octal | 131 | 210 | 172 | 43 | 0 | 12 | 57 | 242 | 25 | 54 |
| Binary | 1011001 | 10001000 | 1111010 | 100011 | 0 | 1010 | 101111 | 10100010 | 10101 | 101100 |
Color Harmonies of #59887A
Complementary color
Monochromatic Colors of #59887A
Black with #59887A
Text Example
Text Example
White with #59887A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59887A; }
p { color: rgb(89,136,122); }
H1.HeaderClassName
{
color: #59887A;
}
.AnyTagClassName
{
color: #59887A;
}
</style>
background-color css
<style>
a { background-color: #59887A; }
a { background-color: rgb(89,136,122); }
div.DivClassName
{
background-color: #59887A;
}
.BgClassName
{
background-color: #59887A;
}
</style>
border-color css
<style>
span { border-color: #59887A; }
span { border-color: rgb(89,136,122); }
td.TdClassName
{
border-color: #59887A;
}
.TagClassName
{
border-color: #59887A;
}
</style>