Shades of Cutty Sark #518F73
Tints of Cutty Sark #518F73
RGB
CMYK
RGB Variations
Color information
#518F73 (or 0x518F73) is known color: Cutty Sark. HEX triplet: 51, 8F and 73. RGB value is (81,143,115). Sum of RGB (Red+Green+Blue) = 81+143+115=339 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.89% from 339); Green value is 143 (56.25% from 255 or 42.18% from 339); Blue value is 115 (45.31% from 255 or 33.92% from 339); Max value from RGB is 143 - color contains mainly: green. Hex color #518F73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518F73 is #AE708C. Grayscale: #797979. Windows color (decimal): -11432077 or 7573329. OLE color: 7573329.
HSL color Cylindrical-coordinate representation of color #518F73: hue angle of 152.9º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #518F73 is Cyan = 0.43, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 81 | 143 | 115 | - |
| CMYK | 0.43 | 0 | 0.20 | 0.44 |
| HSL | 152.9º | 0.28% | 0.44% | - |
| HSV(B) | 152.9º | 0.43% | 0.56% | - |
| XYZ | 16.31 | 22.63 | 19.73 | - |
| YUV | 121.27 | 124.46 | 99.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 143 | 115 | 0.43 | 0 | 0.20 | 0.44 | 152.9 | 0.28 | 0.44 |
| Hex | 51 | 8F | 73 | 2B | 0 | 14 | 2C | 99 | 1C | 2C |
| Octal | 121 | 217 | 163 | 53 | 0 | 24 | 54 | 231 | 34 | 54 |
| Binary | 1010001 | 10001111 | 1110011 | 101011 | 0 | 10100 | 101100 | 10011001 | 11100 | 101100 |
Color Harmonies of #518F73
Complementary color
Monochromatic Colors of #518F73
Black with #518F73
Text Example
Text Example
White with #518F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518F73; }
p { color: rgb(81,143,115); }
H1.HeaderClassName
{
color: #518F73;
}
.AnyTagClassName
{
color: #518F73;
}
</style>
background-color css
<style>
a { background-color: #518F73; }
a { background-color: rgb(81,143,115); }
div.DivClassName
{
background-color: #518F73;
}
.BgClassName
{
background-color: #518F73;
}
</style>
border-color css
<style>
span { border-color: #518F73; }
span { border-color: rgb(81,143,115); }
td.TdClassName
{
border-color: #518F73;
}
.TagClassName
{
border-color: #518F73;
}
</style>