Shades of Cutty Sark #518D6D
Tints of Cutty Sark #518D6D
RGB
CMYK
RGB Variations
Color information
#518D6D (or 0x518D6D) is known color: Cutty Sark. HEX triplet: 51, 8D and 6D. RGB value is (81,141,109). Sum of RGB (Red+Green+Blue) = 81+141+109=331 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.47% from 331); Green value is 141 (55.47% from 255 or 42.60% from 331); Blue value is 109 (42.97% from 255 or 32.93% from 331); Max value from RGB is 141 - color contains mainly: green. Hex color #518D6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518D6D is #AE7292. Grayscale: #777777. Windows color (decimal): -11432595 or 7179601. OLE color: 7179601.
HSL color Cylindrical-coordinate representation of color #518D6D: hue angle of 148º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #518D6D is Cyan = 0.43, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 81 | 141 | 109 | - |
| CMYK | 0.43 | 0 | 0.23 | 0.45 |
| HSL | 148º | 0.27% | 0.44% | - |
| HSV(B) | 148º | 0.43% | 0.55% | - |
| XYZ | 15.68 | 21.9 | 17.87 | - |
| YUV | 119.41 | 122.12 | 100.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 141 | 109 | 0.43 | 0 | 0.23 | 0.45 | 148 | 0.27 | 0.44 |
| Hex | 51 | 8D | 6D | 2B | 0 | 17 | 2D | 94 | 1B | 2C |
| Octal | 121 | 215 | 155 | 53 | 0 | 27 | 55 | 224 | 33 | 54 |
| Binary | 1010001 | 10001101 | 1101101 | 101011 | 0 | 10111 | 101101 | 10010100 | 11011 | 101100 |
Color Harmonies of #518D6D
Complementary color
Monochromatic Colors of #518D6D
Black with #518D6D
Text Example
Text Example
White with #518D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518D6D; }
p { color: rgb(81,141,109); }
H1.HeaderClassName
{
color: #518D6D;
}
.AnyTagClassName
{
color: #518D6D;
}
</style>
background-color css
<style>
a { background-color: #518D6D; }
a { background-color: rgb(81,141,109); }
div.DivClassName
{
background-color: #518D6D;
}
.BgClassName
{
background-color: #518D6D;
}
</style>
border-color css
<style>
span { border-color: #518D6D; }
span { border-color: rgb(81,141,109); }
td.TdClassName
{
border-color: #518D6D;
}
.TagClassName
{
border-color: #518D6D;
}
</style>