Shades of Cutty Sark #59857A
Tints of Cutty Sark #59857A
RGB
CMYK
RGB Variations
Color information
#59857A (or 0x59857A) is known color: Cutty Sark. HEX triplet: 59, 85 and 7A. RGB value is (89,133,122). Sum of RGB (Red+Green+Blue) = 89+133+122=344 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.87% from 344); Green value is 133 (52.34% from 255 or 38.66% from 344); Blue value is 122 (48.05% from 255 or 35.47% from 344); Max value from RGB is 133 - color contains mainly: green. Hex color #59857A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59857A is #A67A85. Grayscale: #767676. Windows color (decimal): -10910342 or 8029529. OLE color: 8029529.
HSL color Cylindrical-coordinate representation of color #59857A: hue angle of 165º 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 #59857A is Cyan = 0.33, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 89 | 133 | 122 | - |
| CMYK | 0.33 | 0 | 0.08 | 0.48 |
| HSL | 165º | 0.2% | 0.44% | - |
| HSV(B) | 165º | 0.33% | 0.52% | - |
| XYZ | 16.02 | 20.3 | 21.49 | - |
| YUV | 118.59 | 129.92 | 106.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 133 | 122 | 0.33 | 0 | 0.08 | 0.48 | 165 | 0.2 | 0.44 |
| Hex | 59 | 85 | 7A | 21 | 0 | 8 | 30 | A5 | 14 | 2C |
| Octal | 131 | 205 | 172 | 41 | 0 | 10 | 60 | 245 | 24 | 54 |
| Binary | 1011001 | 10000101 | 1111010 | 100001 | 0 | 1000 | 110000 | 10100101 | 10100 | 101100 |
Color Harmonies of #59857A
Complementary color
Monochromatic Colors of #59857A
Black with #59857A
Text Example
Text Example
White with #59857A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59857A; }
p { color: rgb(89,133,122); }
H1.HeaderClassName
{
color: #59857A;
}
.AnyTagClassName
{
color: #59857A;
}
</style>
background-color css
<style>
a { background-color: #59857A; }
a { background-color: rgb(89,133,122); }
div.DivClassName
{
background-color: #59857A;
}
.BgClassName
{
background-color: #59857A;
}
</style>
border-color css
<style>
span { border-color: #59857A; }
span { border-color: rgb(89,133,122); }
td.TdClassName
{
border-color: #59857A;
}
.TagClassName
{
border-color: #59857A;
}
</style>