Shades of Cutty Sark #59776A
Tints of Cutty Sark #59776A
RGB
CMYK
RGB Variations
Color information
#59776A (or 0x59776A) is known color: Cutty Sark. HEX triplet: 59, 77 and 6A. RGB value is (89,119,106). Sum of RGB (Red+Green+Blue) = 89+119+106=314 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.34% from 314); Green value is 119 (46.88% from 255 or 37.90% from 314); Blue value is 106 (41.80% from 255 or 33.76% from 314); Max value from RGB is 119 - color contains mainly: green. Hex color #59776A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59776A is #A68895. Grayscale: #6C6C6C. Windows color (decimal): -10913942 or 6977369. OLE color: 6977369.
HSL color Cylindrical-coordinate representation of color #59776A: hue angle of 154º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #59776A is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 89 | 119 | 106 | - |
| CMYK | 0.25 | 0 | 0.11 | 0.53 |
| HSL | 154º | 0.14% | 0.41% | - |
| HSV(B) | 154º | 0.25% | 0.47% | - |
| XYZ | 13.32 | 16.36 | 16.09 | - |
| YUV | 108.55 | 126.56 | 114.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 119 | 106 | 0.25 | 0 | 0.11 | 0.53 | 154 | 0.14 | 0.41 |
| Hex | 59 | 77 | 6A | 19 | 0 | B | 35 | 9A | E | 29 |
| Octal | 131 | 167 | 152 | 31 | 0 | 13 | 65 | 232 | 16 | 51 |
| Binary | 1011001 | 1110111 | 1101010 | 11001 | 0 | 1011 | 110101 | 10011010 | 1110 | 101001 |
Color Harmonies of #59776A
Complementary color
Monochromatic Colors of #59776A
Black with #59776A
Text Example
Text Example
White with #59776A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59776A; }
p { color: rgb(89,119,106); }
H1.HeaderClassName
{
color: #59776A;
}
.AnyTagClassName
{
color: #59776A;
}
</style>
background-color css
<style>
a { background-color: #59776A; }
a { background-color: rgb(89,119,106); }
div.DivClassName
{
background-color: #59776A;
}
.BgClassName
{
background-color: #59776A;
}
</style>
border-color css
<style>
span { border-color: #59776A; }
span { border-color: rgb(89,119,106); }
td.TdClassName
{
border-color: #59776A;
}
.TagClassName
{
border-color: #59776A;
}
</style>