Shades of Cutty Sark #597368
Tints of Cutty Sark #597368
RGB
CMYK
RGB Variations
Color information
#597368 (or 0x597368) is known color: Cutty Sark. HEX triplet: 59, 73 and 68. RGB value is (89,115,104). Sum of RGB (Red+Green+Blue) = 89+115+104=308 (40% of max value = 765). Red value is 89 (35.16% from 255 or 28.90% from 308); Green value is 115 (45.31% from 255 or 37.34% from 308); Blue value is 104 (41.02% from 255 or 33.77% from 308); Max value from RGB is 115 - color contains mainly: green. Hex color #597368 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #597368 is #A68C97. Grayscale: #696969. Windows color (decimal): -10914968 or 6845273. OLE color: 6845273.
HSL color Cylindrical-coordinate representation of color #597368: hue angle of 154.62º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #597368 is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 89 | 115 | 104 | - |
| CMYK | 0.23 | 0 | 0.10 | 0.55 |
| HSL | 154.62º | 0.13% | 0.4% | - |
| HSV(B) | 154.62º | 0.23% | 0.45% | - |
| XYZ | 12.75 | 15.38 | 15.39 | - |
| YUV | 105.97 | 126.89 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 115 | 104 | 0.23 | 0 | 0.10 | 0.55 | 154.62 | 0.13 | 0.4 |
| Hex | 59 | 73 | 68 | 17 | 0 | A | 37 | 9B | D | 28 |
| Octal | 131 | 163 | 150 | 27 | 0 | 12 | 67 | 233 | 15 | 50 |
| Binary | 1011001 | 1110011 | 1101000 | 10111 | 0 | 1010 | 110111 | 10011011 | 1101 | 101000 |
Color Harmonies of #597368
Complementary color
Monochromatic Colors of #597368
Black with #597368
Text Example
Text Example
White with #597368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597368; }
p { color: rgb(89,115,104); }
H1.HeaderClassName
{
color: #597368;
}
.AnyTagClassName
{
color: #597368;
}
</style>
background-color css
<style>
a { background-color: #597368; }
a { background-color: rgb(89,115,104); }
div.DivClassName
{
background-color: #597368;
}
.BgClassName
{
background-color: #597368;
}
</style>
border-color css
<style>
span { border-color: #597368; }
span { border-color: rgb(89,115,104); }
td.TdClassName
{
border-color: #597368;
}
.TagClassName
{
border-color: #597368;
}
</style>