Shades of Cutty Sark #518E75
Tints of Cutty Sark #518E75
RGB
CMYK
RGB Variations
Color information
#518E75 (or 0x518E75) is known color: Cutty Sark. HEX triplet: 51, 8E and 75. RGB value is (81,142,117). Sum of RGB (Red+Green+Blue) = 81+142+117=340 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.82% from 340); Green value is 142 (55.86% from 255 or 41.76% from 340); Blue value is 117 (46.09% from 255 or 34.41% from 340); Max value from RGB is 142 - color contains mainly: green. Hex color #518E75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518E75 is #AE718A. Grayscale: #787878. Windows color (decimal): -11432331 or 7704145. OLE color: 7704145.
HSL color Cylindrical-coordinate representation of color #518E75: hue angle of 155.41º degrees, saturation: 0.27, 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 #518E75 is Cyan = 0.43, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 81 | 142 | 117 | - |
| CMYK | 0.43 | 0 | 0.18 | 0.44 |
| HSL | 155.41º | 0.27% | 0.44% | - |
| HSV(B) | 155.41º | 0.43% | 0.56% | - |
| XYZ | 16.28 | 22.38 | 20.29 | - |
| YUV | 120.91 | 125.79 | 99.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 142 | 117 | 0.43 | 0 | 0.18 | 0.44 | 155.41 | 0.27 | 0.44 |
| Hex | 51 | 8E | 75 | 2B | 0 | 12 | 2C | 9B | 1B | 2C |
| Octal | 121 | 216 | 165 | 53 | 0 | 22 | 54 | 233 | 33 | 54 |
| Binary | 1010001 | 10001110 | 1110101 | 101011 | 0 | 10010 | 101100 | 10011011 | 11011 | 101100 |
Color Harmonies of #518E75
Complementary color
Monochromatic Colors of #518E75
Black with #518E75
Text Example
Text Example
White with #518E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518E75; }
p { color: rgb(81,142,117); }
H1.HeaderClassName
{
color: #518E75;
}
.AnyTagClassName
{
color: #518E75;
}
</style>
background-color css
<style>
a { background-color: #518E75; }
a { background-color: rgb(81,142,117); }
div.DivClassName
{
background-color: #518E75;
}
.BgClassName
{
background-color: #518E75;
}
</style>
border-color css
<style>
span { border-color: #518E75; }
span { border-color: rgb(81,142,117); }
td.TdClassName
{
border-color: #518E75;
}
.TagClassName
{
border-color: #518E75;
}
</style>