Shades of Cutty Sark #597C6D
Tints of Cutty Sark #597C6D
RGB
CMYK
RGB Variations
Color information
#597C6D (or 0x597C6D) is known color: Cutty Sark. HEX triplet: 59, 7C and 6D. RGB value is (89,124,109). Sum of RGB (Red+Green+Blue) = 89+124+109=322 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.64% from 322); Green value is 124 (48.83% from 255 or 38.51% from 322); Blue value is 109 (42.97% from 255 or 33.85% from 322); Max value from RGB is 124 - color contains mainly: green. Hex color #597C6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #597C6D is #A68392. Grayscale: #6F6F6F. Windows color (decimal): -10912659 or 7175257. OLE color: 7175257.
HSL color Cylindrical-coordinate representation of color #597C6D: hue angle of 154.29º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #597C6D is Cyan = 0.28, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 89 | 124 | 109 | - |
| CMYK | 0.28 | 0 | 0.12 | 0.51 |
| HSL | 154.29º | 0.16% | 0.42% | - |
| HSV(B) | 154.29º | 0.28% | 0.49% | - |
| XYZ | 14.09 | 17.64 | 17.13 | - |
| YUV | 111.83 | 126.4 | 111.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 124 | 109 | 0.28 | 0 | 0.12 | 0.51 | 154.29 | 0.16 | 0.42 |
| Hex | 59 | 7C | 6D | 1C | 0 | C | 33 | 9A | 10 | 2A |
| Octal | 131 | 174 | 155 | 34 | 0 | 14 | 63 | 232 | 20 | 52 |
| Binary | 1011001 | 1111100 | 1101101 | 11100 | 0 | 1100 | 110011 | 10011010 | 10000 | 101010 |
Color Harmonies of #597C6D
Complementary color
Monochromatic Colors of #597C6D
Black with #597C6D
Text Example
Text Example
White with #597C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597C6D; }
p { color: rgb(89,124,109); }
H1.HeaderClassName
{
color: #597C6D;
}
.AnyTagClassName
{
color: #597C6D;
}
</style>
background-color css
<style>
a { background-color: #597C6D; }
a { background-color: rgb(89,124,109); }
div.DivClassName
{
background-color: #597C6D;
}
.BgClassName
{
background-color: #597C6D;
}
</style>
border-color css
<style>
span { border-color: #597C6D; }
span { border-color: rgb(89,124,109); }
td.TdClassName
{
border-color: #597C6D;
}
.TagClassName
{
border-color: #597C6D;
}
</style>