Shades of Cutty Sark #597E6E
Tints of Cutty Sark #597E6E
RGB
CMYK
RGB Variations
Color information
#597E6E (or 0x597E6E) is known color: Cutty Sark. HEX triplet: 59, 7E and 6E. RGB value is (89,126,110). Sum of RGB (Red+Green+Blue) = 89+126+110=325 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.38% from 325); Green value is 126 (49.61% from 255 or 38.77% from 325); Blue value is 110 (43.36% from 255 or 33.85% from 325); Max value from RGB is 126 - color contains mainly: green. Hex color #597E6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #597E6E is #A68191. Grayscale: #717171. Windows color (decimal): -10912146 or 7241305. OLE color: 7241305.
HSL color Cylindrical-coordinate representation of color #597E6E: hue angle of 154.05º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #597E6E is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 89 | 126 | 110 | - |
| CMYK | 0.29 | 0 | 0.13 | 0.51 |
| HSL | 154.05º | 0.17% | 0.42% | - |
| HSV(B) | 154.05º | 0.29% | 0.49% | - |
| XYZ | 14.4 | 18.17 | 17.5 | - |
| YUV | 113.11 | 126.24 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 126 | 110 | 0.29 | 0 | 0.13 | 0.51 | 154.05 | 0.17 | 0.42 |
| Hex | 59 | 7E | 6E | 1D | 0 | D | 33 | 9A | 11 | 2A |
| Octal | 131 | 176 | 156 | 35 | 0 | 15 | 63 | 232 | 21 | 52 |
| Binary | 1011001 | 1111110 | 1101110 | 11101 | 0 | 1101 | 110011 | 10011010 | 10001 | 101010 |
Color Harmonies of #597E6E
Complementary color
Monochromatic Colors of #597E6E
Black with #597E6E
Text Example
Text Example
White with #597E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597E6E; }
p { color: rgb(89,126,110); }
H1.HeaderClassName
{
color: #597E6E;
}
.AnyTagClassName
{
color: #597E6E;
}
</style>
background-color css
<style>
a { background-color: #597E6E; }
a { background-color: rgb(89,126,110); }
div.DivClassName
{
background-color: #597E6E;
}
.BgClassName
{
background-color: #597E6E;
}
</style>
border-color css
<style>
span { border-color: #597E6E; }
span { border-color: rgb(89,126,110); }
td.TdClassName
{
border-color: #597E6E;
}
.TagClassName
{
border-color: #597E6E;
}
</style>