Shades of Cutty Sark #598675
Tints of Cutty Sark #598675
RGB
CMYK
RGB Variations
Color information
#598675 (or 0x598675) is known color: Cutty Sark. HEX triplet: 59, 86 and 75. RGB value is (89,134,117). Sum of RGB (Red+Green+Blue) = 89+134+117=340 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.18% from 340); Green value is 134 (52.73% from 255 or 39.41% from 340); Blue value is 117 (46.09% from 255 or 34.41% from 340); Max value from RGB is 134 - color contains mainly: green. Hex color #598675 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #598675 is #A6798A. Grayscale: #767676. Windows color (decimal): -10910091 or 7702105. OLE color: 7702105.
HSL color Cylindrical-coordinate representation of color #598675: hue angle of 157.33º degrees, saturation: 0.2, 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 #598675 is Cyan = 0.34, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 89 | 134 | 117 | - |
| CMYK | 0.34 | 0 | 0.13 | 0.47 |
| HSL | 157.33º | 0.2% | 0.44% | - |
| HSV(B) | 157.33º | 0.34% | 0.53% | - |
| XYZ | 15.86 | 20.46 | 19.94 | - |
| YUV | 118.61 | 127.09 | 106.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 134 | 117 | 0.34 | 0 | 0.13 | 0.47 | 157.33 | 0.2 | 0.44 |
| Hex | 59 | 86 | 75 | 22 | 0 | D | 2F | 9D | 14 | 2C |
| Octal | 131 | 206 | 165 | 42 | 0 | 15 | 57 | 235 | 24 | 54 |
| Binary | 1011001 | 10000110 | 1110101 | 100010 | 0 | 1101 | 101111 | 10011101 | 10100 | 101100 |
Color Harmonies of #598675
Complementary color
Monochromatic Colors of #598675
Black with #598675
Text Example
Text Example
White with #598675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598675; }
p { color: rgb(89,134,117); }
H1.HeaderClassName
{
color: #598675;
}
.AnyTagClassName
{
color: #598675;
}
</style>
background-color css
<style>
a { background-color: #598675; }
a { background-color: rgb(89,134,117); }
div.DivClassName
{
background-color: #598675;
}
.BgClassName
{
background-color: #598675;
}
</style>
border-color css
<style>
span { border-color: #598675; }
span { border-color: rgb(89,134,117); }
td.TdClassName
{
border-color: #598675;
}
.TagClassName
{
border-color: #598675;
}
</style>