Shades of Cutty Sark #518E7A
Tints of Cutty Sark #518E7A
RGB
CMYK
RGB Variations
Color information
#518E7A (or 0x518E7A) is known color: Cutty Sark. HEX triplet: 51, 8E and 7A. RGB value is (81,142,122). Sum of RGB (Red+Green+Blue) = 81+142+122=345 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.48% from 345); Green value is 142 (55.86% from 255 or 41.16% from 345); Blue value is 122 (48.05% from 255 or 35.36% from 345); Max value from RGB is 142 - color contains mainly: green. Hex color #518E7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518E7A is #AE7185. Grayscale: #797979. Windows color (decimal): -11432326 or 8031825. OLE color: 8031825.
HSL color Cylindrical-coordinate representation of color #518E7A: hue angle of 160.33º 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 #518E7A is Cyan = 0.43, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 81 | 142 | 122 | - |
| CMYK | 0.43 | 0 | 0.14 | 0.44 |
| HSL | 160.33º | 0.27% | 0.44% | - |
| HSV(B) | 160.33º | 0.43% | 0.56% | - |
| XYZ | 16.58 | 22.5 | 21.88 | - |
| YUV | 121.48 | 128.29 | 99.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 142 | 122 | 0.43 | 0 | 0.14 | 0.44 | 160.33 | 0.27 | 0.44 |
| Hex | 51 | 8E | 7A | 2B | 0 | E | 2C | A0 | 1B | 2C |
| Octal | 121 | 216 | 172 | 53 | 0 | 16 | 54 | 240 | 33 | 54 |
| Binary | 1010001 | 10001110 | 1111010 | 101011 | 0 | 1110 | 101100 | 10100000 | 11011 | 101100 |
Color Harmonies of #518E7A
Complementary color
Monochromatic Colors of #518E7A
Black with #518E7A
Text Example
Text Example
White with #518E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518E7A; }
p { color: rgb(81,142,122); }
H1.HeaderClassName
{
color: #518E7A;
}
.AnyTagClassName
{
color: #518E7A;
}
</style>
background-color css
<style>
a { background-color: #518E7A; }
a { background-color: rgb(81,142,122); }
div.DivClassName
{
background-color: #518E7A;
}
.BgClassName
{
background-color: #518E7A;
}
</style>
border-color css
<style>
span { border-color: #518E7A; }
span { border-color: rgb(81,142,122); }
td.TdClassName
{
border-color: #518E7A;
}
.TagClassName
{
border-color: #518E7A;
}
</style>