Shades of Cutty Sark #59886C
Tints of Cutty Sark #59886C
RGB
CMYK
RGB Variations
Color information
#59886C (or 0x59886C) is known color: Cutty Sark. HEX triplet: 59, 88 and 6C. RGB value is (89,136,108). Sum of RGB (Red+Green+Blue) = 89+136+108=333 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.73% from 333); Green value is 136 (53.52% from 255 or 40.84% from 333); Blue value is 108 (42.58% from 255 or 32.43% from 333); Max value from RGB is 136 - color contains mainly: green. Hex color #59886C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59886C is #A67793. Grayscale: #767676. Windows color (decimal): -10909588 or 7112793. OLE color: 7112793.
HSL color Cylindrical-coordinate representation of color #59886C: hue angle of 144.26º 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 #59886C is Cyan = 0.35, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 89 | 136 | 108 | - |
| CMYK | 0.35 | 0 | 0.21 | 0.47 |
| HSL | 144.26º | 0.21% | 0.44% | - |
| HSV(B) | 144.26º | 0.35% | 0.53% | - |
| XYZ | 15.63 | 20.81 | 17.38 | - |
| YUV | 118.76 | 121.93 | 106.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 136 | 108 | 0.35 | 0 | 0.21 | 0.47 | 144.26 | 0.21 | 0.44 |
| Hex | 59 | 88 | 6C | 23 | 0 | 15 | 2F | 90 | 15 | 2C |
| Octal | 131 | 210 | 154 | 43 | 0 | 25 | 57 | 220 | 25 | 54 |
| Binary | 1011001 | 10001000 | 1101100 | 100011 | 0 | 10101 | 101111 | 10010000 | 10101 | 101100 |
Color Harmonies of #59886C
Complementary color
Monochromatic Colors of #59886C
Black with #59886C
Text Example
Text Example
White with #59886C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59886C; }
p { color: rgb(89,136,108); }
H1.HeaderClassName
{
color: #59886C;
}
.AnyTagClassName
{
color: #59886C;
}
</style>
background-color css
<style>
a { background-color: #59886C; }
a { background-color: rgb(89,136,108); }
div.DivClassName
{
background-color: #59886C;
}
.BgClassName
{
background-color: #59886C;
}
</style>
border-color css
<style>
span { border-color: #59886C; }
span { border-color: rgb(89,136,108); }
td.TdClassName
{
border-color: #59886C;
}
.TagClassName
{
border-color: #59886C;
}
</style>