Shades of Cutty Sark #59796F
Tints of Cutty Sark #59796F
RGB
CMYK
RGB Variations
Color information
#59796F (or 0x59796F) is known color: Cutty Sark. HEX triplet: 59, 79 and 6F. RGB value is (89,121,111). Sum of RGB (Red+Green+Blue) = 89+121+111=321 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.73% from 321); Green value is 121 (47.66% from 255 or 37.69% from 321); Blue value is 111 (43.75% from 255 or 34.58% from 321); Max value from RGB is 121 - color contains mainly: green. Hex color #59796F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59796F is #A68690. Grayscale: #6E6E6E. Windows color (decimal): -10913425 or 7305561. OLE color: 7305561.
HSL color Cylindrical-coordinate representation of color #59796F: hue angle of 161.25º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #59796F is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 89 | 121 | 111 | - |
| CMYK | 0.26 | 0 | 0.08 | 0.53 |
| HSL | 161.25º | 0.15% | 0.41% | - |
| HSV(B) | 161.25º | 0.26% | 0.47% | - |
| XYZ | 13.83 | 16.95 | 17.58 | - |
| YUV | 110.29 | 128.4 | 112.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 121 | 111 | 0.26 | 0 | 0.08 | 0.53 | 161.25 | 0.15 | 0.41 |
| Hex | 59 | 79 | 6F | 1A | 0 | 8 | 35 | A1 | F | 29 |
| Octal | 131 | 171 | 157 | 32 | 0 | 10 | 65 | 241 | 17 | 51 |
| Binary | 1011001 | 1111001 | 1101111 | 11010 | 0 | 1000 | 110101 | 10100001 | 1111 | 101001 |
Color Harmonies of #59796F
Complementary color
Monochromatic Colors of #59796F
Black with #59796F
Text Example
Text Example
White with #59796F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59796F; }
p { color: rgb(89,121,111); }
H1.HeaderClassName
{
color: #59796F;
}
.AnyTagClassName
{
color: #59796F;
}
</style>
background-color css
<style>
a { background-color: #59796F; }
a { background-color: rgb(89,121,111); }
div.DivClassName
{
background-color: #59796F;
}
.BgClassName
{
background-color: #59796F;
}
</style>
border-color css
<style>
span { border-color: #59796F; }
span { border-color: rgb(89,121,111); }
td.TdClassName
{
border-color: #59796F;
}
.TagClassName
{
border-color: #59796F;
}
</style>