Shades of Cutty Sark #59886F
Tints of Cutty Sark #59886F
RGB
CMYK
RGB Variations
Color information
#59886F (or 0x59886F) is known color: Cutty Sark. HEX triplet: 59, 88 and 6F. RGB value is (89,136,111). Sum of RGB (Red+Green+Blue) = 89+136+111=336 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.49% from 336); Green value is 136 (53.52% from 255 or 40.48% from 336); Blue value is 111 (43.75% from 255 or 33.04% from 336); Max value from RGB is 136 - color contains mainly: green. Hex color #59886F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59886F is #A67790. Grayscale: #777777. Windows color (decimal): -10909585 or 7309401. OLE color: 7309401.
HSL color Cylindrical-coordinate representation of color #59886F: hue angle of 148.09º 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 #59886F is Cyan = 0.35, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 89 | 136 | 111 | - |
| CMYK | 0.35 | 0 | 0.18 | 0.47 |
| HSL | 148.09º | 0.21% | 0.44% | - |
| HSV(B) | 148.09º | 0.35% | 0.53% | - |
| XYZ | 15.79 | 20.88 | 18.24 | - |
| YUV | 119.1 | 123.43 | 106.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 136 | 111 | 0.35 | 0 | 0.18 | 0.47 | 148.09 | 0.21 | 0.44 |
| Hex | 59 | 88 | 6F | 23 | 0 | 12 | 2F | 94 | 15 | 2C |
| Octal | 131 | 210 | 157 | 43 | 0 | 22 | 57 | 224 | 25 | 54 |
| Binary | 1011001 | 10001000 | 1101111 | 100011 | 0 | 10010 | 101111 | 10010100 | 10101 | 101100 |
Color Harmonies of #59886F
Complementary color
Monochromatic Colors of #59886F
Black with #59886F
Text Example
Text Example
White with #59886F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59886F; }
p { color: rgb(89,136,111); }
H1.HeaderClassName
{
color: #59886F;
}
.AnyTagClassName
{
color: #59886F;
}
</style>
background-color css
<style>
a { background-color: #59886F; }
a { background-color: rgb(89,136,111); }
div.DivClassName
{
background-color: #59886F;
}
.BgClassName
{
background-color: #59886F;
}
</style>
border-color css
<style>
span { border-color: #59886F; }
span { border-color: rgb(89,136,111); }
td.TdClassName
{
border-color: #59886F;
}
.TagClassName
{
border-color: #59886F;
}
</style>