Shades of Cutty Sark #598170
Tints of Cutty Sark #598170
RGB
CMYK
RGB Variations
Color information
#598170 (or 0x598170) is known color: Cutty Sark. HEX triplet: 59, 81 and 70. RGB value is (89,129,112). Sum of RGB (Red+Green+Blue) = 89+129+112=330 (43% of max value = 765). Red value is 89 (35.16% from 255 or 26.97% from 330); Green value is 129 (50.78% from 255 or 39.09% from 330); Blue value is 112 (44.14% from 255 or 33.94% from 330); Max value from RGB is 129 - color contains mainly: green. Hex color #598170 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #598170 is #A67E8F. Grayscale: #737373. Windows color (decimal): -10911376 or 7373145. OLE color: 7373145.
HSL color Cylindrical-coordinate representation of color #598170: hue angle of 154.5º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #598170 is Cyan = 0.31, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 89 | 129 | 112 | - |
| CMYK | 0.31 | 0 | 0.13 | 0.49 |
| HSL | 154.5º | 0.18% | 0.43% | - |
| HSV(B) | 154.5º | 0.31% | 0.51% | - |
| XYZ | 14.89 | 18.99 | 18.21 | - |
| YUV | 115.1 | 126.25 | 109.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 129 | 112 | 0.31 | 0 | 0.13 | 0.49 | 154.5 | 0.18 | 0.43 |
| Hex | 59 | 81 | 70 | 1F | 0 | D | 31 | 9A | 12 | 2B |
| Octal | 131 | 201 | 160 | 37 | 0 | 15 | 61 | 232 | 22 | 53 |
| Binary | 1011001 | 10000001 | 1110000 | 11111 | 0 | 1101 | 110001 | 10011010 | 10010 | 101011 |
Color Harmonies of #598170
Complementary color
Monochromatic Colors of #598170
Black with #598170
Text Example
Text Example
White with #598170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598170; }
p { color: rgb(89,129,112); }
H1.HeaderClassName
{
color: #598170;
}
.AnyTagClassName
{
color: #598170;
}
</style>
background-color css
<style>
a { background-color: #598170; }
a { background-color: rgb(89,129,112); }
div.DivClassName
{
background-color: #598170;
}
.BgClassName
{
background-color: #598170;
}
</style>
border-color css
<style>
span { border-color: #598170; }
span { border-color: rgb(89,129,112); }
td.TdClassName
{
border-color: #598170;
}
.TagClassName
{
border-color: #598170;
}
</style>