Shades of Cutty Sark #59877C
Tints of Cutty Sark #59877C
RGB
CMYK
RGB Variations
Color information
#59877C (or 0x59877C) is known color: Cutty Sark. HEX triplet: 59, 87 and 7C. RGB value is (89,135,124). Sum of RGB (Red+Green+Blue) = 89+135+124=348 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.57% from 348); Green value is 135 (53.12% from 255 or 38.79% from 348); Blue value is 124 (48.83% from 255 or 35.63% from 348); Max value from RGB is 135 - color contains mainly: green. Hex color #59877C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59877C is #A67883. Grayscale: #777777. Windows color (decimal): -10909828 or 8161113. OLE color: 8161113.
HSL color Cylindrical-coordinate representation of color #59877C: hue angle of 165.65º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #59877C is Cyan = 0.34, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 89 | 135 | 124 | - |
| CMYK | 0.34 | 0 | 0.08 | 0.47 |
| HSL | 165.65º | 0.21% | 0.44% | - |
| HSV(B) | 165.65º | 0.34% | 0.53% | - |
| XYZ | 16.42 | 20.91 | 22.24 | - |
| YUV | 119.99 | 130.26 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 135 | 124 | 0.34 | 0 | 0.08 | 0.47 | 165.65 | 0.21 | 0.44 |
| Hex | 59 | 87 | 7C | 22 | 0 | 8 | 2F | A6 | 15 | 2C |
| Octal | 131 | 207 | 174 | 42 | 0 | 10 | 57 | 246 | 25 | 54 |
| Binary | 1011001 | 10000111 | 1111100 | 100010 | 0 | 1000 | 101111 | 10100110 | 10101 | 101100 |
Color Harmonies of #59877C
Complementary color
Monochromatic Colors of #59877C
Black with #59877C
Text Example
Text Example
White with #59877C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59877C; }
p { color: rgb(89,135,124); }
H1.HeaderClassName
{
color: #59877C;
}
.AnyTagClassName
{
color: #59877C;
}
</style>
background-color css
<style>
a { background-color: #59877C; }
a { background-color: rgb(89,135,124); }
div.DivClassName
{
background-color: #59877C;
}
.BgClassName
{
background-color: #59877C;
}
</style>
border-color css
<style>
span { border-color: #59877C; }
span { border-color: rgb(89,135,124); }
td.TdClassName
{
border-color: #59877C;
}
.TagClassName
{
border-color: #59877C;
}
</style>