Shades of Cutty Sark #518D6B
Tints of Cutty Sark #518D6B
RGB
CMYK
RGB Variations
Color information
#518D6B (or 0x518D6B) is known color: Cutty Sark. HEX triplet: 51, 8D and 6B. RGB value is (81,141,107). Sum of RGB (Red+Green+Blue) = 81+141+107=329 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.62% from 329); Green value is 141 (55.47% from 255 or 42.86% from 329); Blue value is 107 (42.19% from 255 or 32.52% from 329); Max value from RGB is 141 - color contains mainly: green. Hex color #518D6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518D6B is #AE7294. Grayscale: #777777. Windows color (decimal): -11432597 or 7048529. OLE color: 7048529.
HSL color Cylindrical-coordinate representation of color #518D6B: hue angle of 146º 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 #518D6B is Cyan = 0.43, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 81 | 141 | 107 | - |
| CMYK | 0.43 | 0 | 0.24 | 0.45 |
| HSL | 146º | 0.27% | 0.44% | - |
| HSV(B) | 146º | 0.43% | 0.55% | - |
| XYZ | 15.57 | 21.86 | 17.31 | - |
| YUV | 119.18 | 121.12 | 100.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 141 | 107 | 0.43 | 0 | 0.24 | 0.45 | 146 | 0.27 | 0.44 |
| Hex | 51 | 8D | 6B | 2B | 0 | 18 | 2D | 92 | 1B | 2C |
| Octal | 121 | 215 | 153 | 53 | 0 | 30 | 55 | 222 | 33 | 54 |
| Binary | 1010001 | 10001101 | 1101011 | 101011 | 0 | 11000 | 101101 | 10010010 | 11011 | 101100 |
Color Harmonies of #518D6B
Complementary color
Monochromatic Colors of #518D6B
Black with #518D6B
Text Example
Text Example
White with #518D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518D6B; }
p { color: rgb(81,141,107); }
H1.HeaderClassName
{
color: #518D6B;
}
.AnyTagClassName
{
color: #518D6B;
}
</style>
background-color css
<style>
a { background-color: #518D6B; }
a { background-color: rgb(81,141,107); }
div.DivClassName
{
background-color: #518D6B;
}
.BgClassName
{
background-color: #518D6B;
}
</style>
border-color css
<style>
span { border-color: #518D6B; }
span { border-color: rgb(81,141,107); }
td.TdClassName
{
border-color: #518D6B;
}
.TagClassName
{
border-color: #518D6B;
}
</style>