Shades of Cutty Sark #518B70
Tints of Cutty Sark #518B70
RGB
CMYK
RGB Variations
Color information
#518B70 (or 0x518B70) is known color: Cutty Sark. HEX triplet: 51, 8B and 70. RGB value is (81,139,112). Sum of RGB (Red+Green+Blue) = 81+139+112=332 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.40% from 332); Green value is 139 (54.69% from 255 or 41.87% from 332); Blue value is 112 (44.14% from 255 or 33.73% from 332); Max value from RGB is 139 - color contains mainly: green. Hex color #518B70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518B70 is #AE748F. Grayscale: #767676. Windows color (decimal): -11433104 or 7375697. OLE color: 7375697.
HSL color Cylindrical-coordinate representation of color #518B70: hue angle of 152.07º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #518B70 is Cyan = 0.42, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 81 | 139 | 112 | - |
| CMYK | 0.42 | 0 | 0.19 | 0.45 |
| HSL | 152.07º | 0.26% | 0.43% | - |
| HSV(B) | 152.07º | 0.42% | 0.55% | - |
| XYZ | 15.55 | 21.38 | 18.64 | - |
| YUV | 118.58 | 124.28 | 101.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 139 | 112 | 0.42 | 0 | 0.19 | 0.45 | 152.07 | 0.26 | 0.43 |
| Hex | 51 | 8B | 70 | 2A | 0 | 13 | 2D | 98 | 1A | 2B |
| Octal | 121 | 213 | 160 | 52 | 0 | 23 | 55 | 230 | 32 | 53 |
| Binary | 1010001 | 10001011 | 1110000 | 101010 | 0 | 10011 | 101101 | 10011000 | 11010 | 101011 |
Color Harmonies of #518B70
Complementary color
Monochromatic Colors of #518B70
Black with #518B70
Text Example
Text Example
White with #518B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518B70; }
p { color: rgb(81,139,112); }
H1.HeaderClassName
{
color: #518B70;
}
.AnyTagClassName
{
color: #518B70;
}
</style>
background-color css
<style>
a { background-color: #518B70; }
a { background-color: rgb(81,139,112); }
div.DivClassName
{
background-color: #518B70;
}
.BgClassName
{
background-color: #518B70;
}
</style>
border-color css
<style>
span { border-color: #518B70; }
span { border-color: rgb(81,139,112); }
td.TdClassName
{
border-color: #518B70;
}
.TagClassName
{
border-color: #518B70;
}
</style>