Shades of Cutty Sark #59856B
Tints of Cutty Sark #59856B
RGB
CMYK
RGB Variations
Color information
#59856B (or 0x59856B) is known color: Cutty Sark. HEX triplet: 59, 85 and 6B. RGB value is (89,133,107). Sum of RGB (Red+Green+Blue) = 89+133+107=329 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.05% from 329); Green value is 133 (52.34% from 255 or 40.43% from 329); Blue value is 107 (42.19% from 255 or 32.52% from 329); Max value from RGB is 133 - color contains mainly: green. Hex color #59856B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59856B is #A67A94. Grayscale: #747474. Windows color (decimal): -10910357 or 7046489. OLE color: 7046489.
HSL color Cylindrical-coordinate representation of color #59856B: hue angle of 144.55º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #59856B is Cyan = 0.33, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 89 | 133 | 107 | - |
| CMYK | 0.33 | 0 | 0.20 | 0.48 |
| HSL | 144.55º | 0.2% | 0.44% | - |
| HSV(B) | 144.55º | 0.33% | 0.52% | - |
| XYZ | 15.16 | 19.96 | 16.96 | - |
| YUV | 116.88 | 122.42 | 108.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 133 | 107 | 0.33 | 0 | 0.20 | 0.48 | 144.55 | 0.2 | 0.44 |
| Hex | 59 | 85 | 6B | 21 | 0 | 14 | 30 | 91 | 14 | 2C |
| Octal | 131 | 205 | 153 | 41 | 0 | 24 | 60 | 221 | 24 | 54 |
| Binary | 1011001 | 10000101 | 1101011 | 100001 | 0 | 10100 | 110000 | 10010001 | 10100 | 101100 |
Color Harmonies of #59856B
Complementary color
Monochromatic Colors of #59856B
Black with #59856B
Text Example
Text Example
White with #59856B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59856B; }
p { color: rgb(89,133,107); }
H1.HeaderClassName
{
color: #59856B;
}
.AnyTagClassName
{
color: #59856B;
}
</style>
background-color css
<style>
a { background-color: #59856B; }
a { background-color: rgb(89,133,107); }
div.DivClassName
{
background-color: #59856B;
}
.BgClassName
{
background-color: #59856B;
}
</style>
border-color css
<style>
span { border-color: #59856B; }
span { border-color: rgb(89,133,107); }
td.TdClassName
{
border-color: #59856B;
}
.TagClassName
{
border-color: #59856B;
}
</style>