Shades of Cutty Sark #597168
Tints of Cutty Sark #597168
RGB
CMYK
RGB Variations
Color information
#597168 (or 0x597168) is known color: Cutty Sark. HEX triplet: 59, 71 and 68. RGB value is (89,113,104). Sum of RGB (Red+Green+Blue) = 89+113+104=306 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.08% from 306); Green value is 113 (44.53% from 255 or 36.93% from 306); Blue value is 104 (41.02% from 255 or 33.99% from 306); Max value from RGB is 113 - color contains mainly: green. Hex color #597168 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #597168 is #A68E97. Grayscale: #686868. Windows color (decimal): -10915480 or 6844761. OLE color: 6844761.
HSL color Cylindrical-coordinate representation of color #597168: hue angle of 157.5º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #597168 is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 89 | 113 | 104 | - |
| CMYK | 0.21 | 0 | 0.08 | 0.56 |
| HSL | 157.5º | 0.12% | 0.4% | - |
| HSV(B) | 157.5º | 0.21% | 0.44% | - |
| XYZ | 12.52 | 14.93 | 15.32 | - |
| YUV | 104.8 | 127.55 | 116.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 113 | 104 | 0.21 | 0 | 0.08 | 0.56 | 157.5 | 0.12 | 0.4 |
| Hex | 59 | 71 | 68 | 15 | 0 | 8 | 38 | 9E | C | 28 |
| Octal | 131 | 161 | 150 | 25 | 0 | 10 | 70 | 236 | 14 | 50 |
| Binary | 1011001 | 1110001 | 1101000 | 10101 | 0 | 1000 | 111000 | 10011110 | 1100 | 101000 |
Color Harmonies of #597168
Complementary color
Monochromatic Colors of #597168
Black with #597168
Text Example
Text Example
White with #597168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597168; }
p { color: rgb(89,113,104); }
H1.HeaderClassName
{
color: #597168;
}
.AnyTagClassName
{
color: #597168;
}
</style>
background-color css
<style>
a { background-color: #597168; }
a { background-color: rgb(89,113,104); }
div.DivClassName
{
background-color: #597168;
}
.BgClassName
{
background-color: #597168;
}
</style>
border-color css
<style>
span { border-color: #597168; }
span { border-color: rgb(89,113,104); }
td.TdClassName
{
border-color: #597168;
}
.TagClassName
{
border-color: #597168;
}
</style>