Shades of Cutty Sark #597C74
Tints of Cutty Sark #597C74
RGB
CMYK
RGB Variations
Color information
#597C74 (or 0x597C74) is known color: Cutty Sark. HEX triplet: 59, 7C and 74. RGB value is (89,124,116). Sum of RGB (Red+Green+Blue) = 89+124+116=329 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.05% from 329); Green value is 124 (48.83% from 255 or 37.69% from 329); Blue value is 116 (45.70% from 255 or 35.26% from 329); Max value from RGB is 124 - color contains mainly: green. Hex color #597C74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #597C74 is #A6838B. Grayscale: #707070. Windows color (decimal): -10912652 or 7634009. OLE color: 7634009.
HSL color Cylindrical-coordinate representation of color #597C74: hue angle of 166.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 #597C74 is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 89 | 124 | 116 | - |
| CMYK | 0.28 | 0 | 0.06 | 0.51 |
| HSL | 166.29º | 0.16% | 0.42% | - |
| HSV(B) | 166.29º | 0.28% | 0.49% | - |
| XYZ | 14.48 | 17.8 | 19.2 | - |
| YUV | 112.62 | 129.9 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 124 | 116 | 0.28 | 0 | 0.06 | 0.51 | 166.29 | 0.16 | 0.42 |
| Hex | 59 | 7C | 74 | 1C | 0 | 6 | 33 | A6 | 10 | 2A |
| Octal | 131 | 174 | 164 | 34 | 0 | 6 | 63 | 246 | 20 | 52 |
| Binary | 1011001 | 1111100 | 1110100 | 11100 | 0 | 110 | 110011 | 10100110 | 10000 | 101010 |
Color Harmonies of #597C74
Complementary color
Monochromatic Colors of #597C74
Black with #597C74
Text Example
Text Example
White with #597C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597C74; }
p { color: rgb(89,124,116); }
H1.HeaderClassName
{
color: #597C74;
}
.AnyTagClassName
{
color: #597C74;
}
</style>
background-color css
<style>
a { background-color: #597C74; }
a { background-color: rgb(89,124,116); }
div.DivClassName
{
background-color: #597C74;
}
.BgClassName
{
background-color: #597C74;
}
</style>
border-color css
<style>
span { border-color: #597C74; }
span { border-color: rgb(89,124,116); }
td.TdClassName
{
border-color: #597C74;
}
.TagClassName
{
border-color: #597C74;
}
</style>