Shades of Cutty Sark #598878
Tints of Cutty Sark #598878
RGB
CMYK
RGB Variations
Color information
#598878 (or 0x598878) is known color: Cutty Sark. HEX triplet: 59, 88 and 78. RGB value is (89,136,120). Sum of RGB (Red+Green+Blue) = 89+136+120=345 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.80% from 345); Green value is 136 (53.52% from 255 or 39.42% from 345); Blue value is 120 (47.27% from 255 or 34.78% from 345); Max value from RGB is 136 - color contains mainly: green. Hex color #598878 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #598878 is #A67787. Grayscale: #787878. Windows color (decimal): -10909576 or 7899225. OLE color: 7899225.
HSL color Cylindrical-coordinate representation of color #598878: hue angle of 159.57º 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 #598878 is Cyan = 0.35, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 89 | 136 | 120 | - |
| CMYK | 0.35 | 0 | 0.12 | 0.47 |
| HSL | 159.57º | 0.21% | 0.44% | - |
| HSV(B) | 159.57º | 0.35% | 0.53% | - |
| XYZ | 16.31 | 21.09 | 20.98 | - |
| YUV | 120.12 | 127.93 | 105.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 136 | 120 | 0.35 | 0 | 0.12 | 0.47 | 159.57 | 0.21 | 0.44 |
| Hex | 59 | 88 | 78 | 23 | 0 | C | 2F | A0 | 15 | 2C |
| Octal | 131 | 210 | 170 | 43 | 0 | 14 | 57 | 240 | 25 | 54 |
| Binary | 1011001 | 10001000 | 1111000 | 100011 | 0 | 1100 | 101111 | 10100000 | 10101 | 101100 |
Color Harmonies of #598878
Complementary color
Monochromatic Colors of #598878
Black with #598878
Text Example
Text Example
White with #598878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598878; }
p { color: rgb(89,136,120); }
H1.HeaderClassName
{
color: #598878;
}
.AnyTagClassName
{
color: #598878;
}
</style>
background-color css
<style>
a { background-color: #598878; }
a { background-color: rgb(89,136,120); }
div.DivClassName
{
background-color: #598878;
}
.BgClassName
{
background-color: #598878;
}
</style>
border-color css
<style>
span { border-color: #598878; }
span { border-color: rgb(89,136,120); }
td.TdClassName
{
border-color: #598878;
}
.TagClassName
{
border-color: #598878;
}
</style>