Shades of Cutty Sark #598872
Tints of Cutty Sark #598872
RGB
CMYK
RGB Variations
Color information
#598872 (or 0x598872) is known color: Cutty Sark. HEX triplet: 59, 88 and 72. RGB value is (89,136,114). Sum of RGB (Red+Green+Blue) = 89+136+114=339 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.25% from 339); Green value is 136 (53.52% from 255 or 40.12% from 339); Blue value is 114 (44.92% from 255 or 33.63% from 339); Max value from RGB is 136 - color contains mainly: green. Hex color #598872 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #598872 is #A6778D. Grayscale: #777777. Windows color (decimal): -10909582 or 7506009. OLE color: 7506009.
HSL color Cylindrical-coordinate representation of color #598872: hue angle of 151.91º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #598872 is Cyan = 0.35, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 89 | 136 | 114 | - |
| CMYK | 0.35 | 0 | 0.16 | 0.47 |
| HSL | 151.91º | 0.21% | 0.44% | - |
| HSV(B) | 151.91º | 0.35% | 0.53% | - |
| XYZ | 15.96 | 20.95 | 19.12 | - |
| YUV | 119.44 | 124.93 | 106.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 136 | 114 | 0.35 | 0 | 0.16 | 0.47 | 151.91 | 0.21 | 0.44 |
| Hex | 59 | 88 | 72 | 23 | 0 | 10 | 2F | 98 | 15 | 2C |
| Octal | 131 | 210 | 162 | 43 | 0 | 20 | 57 | 230 | 25 | 54 |
| Binary | 1011001 | 10001000 | 1110010 | 100011 | 0 | 10000 | 101111 | 10011000 | 10101 | 101100 |
Color Harmonies of #598872
Complementary color
Monochromatic Colors of #598872
Black with #598872
Text Example
Text Example
White with #598872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598872; }
p { color: rgb(89,136,114); }
H1.HeaderClassName
{
color: #598872;
}
.AnyTagClassName
{
color: #598872;
}
</style>
background-color css
<style>
a { background-color: #598872; }
a { background-color: rgb(89,136,114); }
div.DivClassName
{
background-color: #598872;
}
.BgClassName
{
background-color: #598872;
}
</style>
border-color css
<style>
span { border-color: #598872; }
span { border-color: rgb(89,136,114); }
td.TdClassName
{
border-color: #598872;
}
.TagClassName
{
border-color: #598872;
}
</style>