Shades of Cutty Sark #518F75
Tints of Cutty Sark #518F75
RGB
CMYK
RGB Variations
Color information
#518F75 (or 0x518F75) is known color: Cutty Sark. HEX triplet: 51, 8F and 75. RGB value is (81,143,117). Sum of RGB (Red+Green+Blue) = 81+143+117=341 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.75% from 341); Green value is 143 (56.25% from 255 or 41.94% from 341); Blue value is 117 (46.09% from 255 or 34.31% from 341); Max value from RGB is 143 - color contains mainly: green. Hex color #518F75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518F75 is #AE708A. Grayscale: #797979. Windows color (decimal): -11432075 or 7704401. OLE color: 7704401.
HSL color Cylindrical-coordinate representation of color #518F75: hue angle of 154.84º 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 #518F75 is Cyan = 0.43, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 81 | 143 | 117 | - |
| CMYK | 0.43 | 0 | 0.18 | 0.44 |
| HSL | 154.84º | 0.28% | 0.44% | - |
| HSV(B) | 154.84º | 0.43% | 0.56% | - |
| XYZ | 16.43 | 22.68 | 20.34 | - |
| YUV | 121.5 | 125.46 | 99.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 143 | 117 | 0.43 | 0 | 0.18 | 0.44 | 154.84 | 0.28 | 0.44 |
| Hex | 51 | 8F | 75 | 2B | 0 | 12 | 2C | 9B | 1C | 2C |
| Octal | 121 | 217 | 165 | 53 | 0 | 22 | 54 | 233 | 34 | 54 |
| Binary | 1010001 | 10001111 | 1110101 | 101011 | 0 | 10010 | 101100 | 10011011 | 11100 | 101100 |
Color Harmonies of #518F75
Complementary color
Monochromatic Colors of #518F75
Black with #518F75
Text Example
Text Example
White with #518F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518F75; }
p { color: rgb(81,143,117); }
H1.HeaderClassName
{
color: #518F75;
}
.AnyTagClassName
{
color: #518F75;
}
</style>
background-color css
<style>
a { background-color: #518F75; }
a { background-color: rgb(81,143,117); }
div.DivClassName
{
background-color: #518F75;
}
.BgClassName
{
background-color: #518F75;
}
</style>
border-color css
<style>
span { border-color: #518F75; }
span { border-color: rgb(81,143,117); }
td.TdClassName
{
border-color: #518F75;
}
.TagClassName
{
border-color: #518F75;
}
</style>