Shades of Cutty Sark #598270
Tints of Cutty Sark #598270
RGB
CMYK
RGB Variations
Color information
#598270 (or 0x598270) is known color: Cutty Sark. HEX triplet: 59, 82 and 70. RGB value is (89,130,112). Sum of RGB (Red+Green+Blue) = 89+130+112=331 (43% of max value = 765). Red value is 89 (35.16% from 255 or 26.89% from 331); Green value is 130 (51.17% from 255 or 39.27% from 331); Blue value is 112 (44.14% from 255 or 33.84% from 331); Max value from RGB is 130 - color contains mainly: green. Hex color #598270 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #598270 is #A67D8F. Grayscale: #737373. Windows color (decimal): -10911120 or 7373401. OLE color: 7373401.
HSL color Cylindrical-coordinate representation of color #598270: hue angle of 153.66º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #598270 is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 89 | 130 | 112 | - |
| CMYK | 0.32 | 0 | 0.14 | 0.49 |
| HSL | 153.66º | 0.19% | 0.43% | - |
| HSV(B) | 153.66º | 0.32% | 0.51% | - |
| XYZ | 15.03 | 19.26 | 18.25 | - |
| YUV | 115.69 | 125.92 | 108.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 130 | 112 | 0.32 | 0 | 0.14 | 0.49 | 153.66 | 0.19 | 0.43 |
| Hex | 59 | 82 | 70 | 20 | 0 | E | 31 | 9A | 13 | 2B |
| Octal | 131 | 202 | 160 | 40 | 0 | 16 | 61 | 232 | 23 | 53 |
| Binary | 1011001 | 10000010 | 1110000 | 100000 | 0 | 1110 | 110001 | 10011010 | 10011 | 101011 |
Color Harmonies of #598270
Complementary color
Monochromatic Colors of #598270
Black with #598270
Text Example
Text Example
White with #598270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598270; }
p { color: rgb(89,130,112); }
H1.HeaderClassName
{
color: #598270;
}
.AnyTagClassName
{
color: #598270;
}
</style>
background-color css
<style>
a { background-color: #598270; }
a { background-color: rgb(89,130,112); }
div.DivClassName
{
background-color: #598270;
}
.BgClassName
{
background-color: #598270;
}
</style>
border-color css
<style>
span { border-color: #598270; }
span { border-color: rgb(89,130,112); }
td.TdClassName
{
border-color: #598270;
}
.TagClassName
{
border-color: #598270;
}
</style>