Shades of Cutty Sark #597B6F
Tints of Cutty Sark #597B6F
RGB
CMYK
RGB Variations
Color information
#597B6F (or 0x597B6F) is known color: Cutty Sark. HEX triplet: 59, 7B and 6F. RGB value is (89,123,111). Sum of RGB (Red+Green+Blue) = 89+123+111=323 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.55% from 323); Green value is 123 (48.44% from 255 or 38.08% from 323); Blue value is 111 (43.75% from 255 or 34.37% from 323); Max value from RGB is 123 - color contains mainly: green. Hex color #597B6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #597B6F is #A68490. Grayscale: #6F6F6F. Windows color (decimal): -10912913 or 7306073. OLE color: 7306073.
HSL color Cylindrical-coordinate representation of color #597B6F: hue angle of 158.82º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #597B6F is Cyan = 0.28, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 89 | 123 | 111 | - |
| CMYK | 0.28 | 0 | 0.10 | 0.52 |
| HSL | 158.82º | 0.16% | 0.42% | - |
| HSV(B) | 158.82º | 0.28% | 0.48% | - |
| XYZ | 14.07 | 17.44 | 17.66 | - |
| YUV | 111.47 | 127.74 | 111.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 123 | 111 | 0.28 | 0 | 0.10 | 0.52 | 158.82 | 0.16 | 0.42 |
| Hex | 59 | 7B | 6F | 1C | 0 | A | 34 | 9F | 10 | 2A |
| Octal | 131 | 173 | 157 | 34 | 0 | 12 | 64 | 237 | 20 | 52 |
| Binary | 1011001 | 1111011 | 1101111 | 11100 | 0 | 1010 | 110100 | 10011111 | 10000 | 101010 |
Color Harmonies of #597B6F
Complementary color
Monochromatic Colors of #597B6F
Black with #597B6F
Text Example
Text Example
White with #597B6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597B6F; }
p { color: rgb(89,123,111); }
H1.HeaderClassName
{
color: #597B6F;
}
.AnyTagClassName
{
color: #597B6F;
}
</style>
background-color css
<style>
a { background-color: #597B6F; }
a { background-color: rgb(89,123,111); }
div.DivClassName
{
background-color: #597B6F;
}
.BgClassName
{
background-color: #597B6F;
}
</style>
border-color css
<style>
span { border-color: #597B6F; }
span { border-color: rgb(89,123,111); }
td.TdClassName
{
border-color: #597B6F;
}
.TagClassName
{
border-color: #597B6F;
}
</style>