Shades of Cutty Sark #598975
Tints of Cutty Sark #598975
RGB
CMYK
RGB Variations
Color information
#598975 (or 0x598975) is known color: Cutty Sark. HEX triplet: 59, 89 and 75. RGB value is (89,137,117). Sum of RGB (Red+Green+Blue) = 89+137+117=343 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.95% from 343); Green value is 137 (53.91% from 255 or 39.94% from 343); Blue value is 117 (46.09% from 255 or 34.11% from 343); Max value from RGB is 137 - color contains mainly: green. Hex color #598975 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #598975 is #A6768A. Grayscale: #787878. Windows color (decimal): -10909323 or 7702873. OLE color: 7702873.
HSL color Cylindrical-coordinate representation of color #598975: hue angle of 155º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #598975 is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 89 | 137 | 117 | - |
| CMYK | 0.35 | 0 | 0.15 | 0.46 |
| HSL | 155º | 0.21% | 0.44% | - |
| HSV(B) | 155º | 0.35% | 0.54% | - |
| XYZ | 16.28 | 21.3 | 20.08 | - |
| YUV | 120.37 | 126.1 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 137 | 117 | 0.35 | 0 | 0.15 | 0.46 | 155 | 0.21 | 0.44 |
| Hex | 59 | 89 | 75 | 23 | 0 | F | 2E | 9B | 15 | 2C |
| Octal | 131 | 211 | 165 | 43 | 0 | 17 | 56 | 233 | 25 | 54 |
| Binary | 1011001 | 10001001 | 1110101 | 100011 | 0 | 1111 | 101110 | 10011011 | 10101 | 101100 |
Color Harmonies of #598975
Complementary color
Monochromatic Colors of #598975
Black with #598975
Text Example
Text Example
White with #598975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598975; }
p { color: rgb(89,137,117); }
H1.HeaderClassName
{
color: #598975;
}
.AnyTagClassName
{
color: #598975;
}
</style>
background-color css
<style>
a { background-color: #598975; }
a { background-color: rgb(89,137,117); }
div.DivClassName
{
background-color: #598975;
}
.BgClassName
{
background-color: #598975;
}
</style>
border-color css
<style>
span { border-color: #598975; }
span { border-color: rgb(89,137,117); }
td.TdClassName
{
border-color: #598975;
}
.TagClassName
{
border-color: #598975;
}
</style>