Shades of Cutty Sark #51916E
Tints of Cutty Sark #51916E
RGB
CMYK
RGB Variations
Color information
#51916E (or 0x51916E) is known color: Cutty Sark. HEX triplet: 51, 91 and 6E. RGB value is (81,145,110). Sum of RGB (Red+Green+Blue) = 81+145+110=336 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.11% from 336); Green value is 145 (57.03% from 255 or 43.15% from 336); Blue value is 110 (43.36% from 255 or 32.74% from 336); Max value from RGB is 145 - color contains mainly: green. Hex color #51916E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51916E is #AE6E91. Grayscale: #797979. Windows color (decimal): -11431570 or 7246161. OLE color: 7246161.
HSL color Cylindrical-coordinate representation of color #51916E: hue angle of 147.19º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #51916E is Cyan = 0.44, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 81 | 145 | 110 | - |
| CMYK | 0.44 | 0 | 0.24 | 0.43 |
| HSL | 147.19º | 0.28% | 0.44% | - |
| HSV(B) | 147.19º | 0.44% | 0.57% | - |
| XYZ | 16.33 | 23.13 | 18.35 | - |
| YUV | 121.87 | 121.3 | 98.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 145 | 110 | 0.44 | 0 | 0.24 | 0.43 | 147.19 | 0.28 | 0.44 |
| Hex | 51 | 91 | 6E | 2C | 0 | 18 | 2B | 93 | 1C | 2C |
| Octal | 121 | 221 | 156 | 54 | 0 | 30 | 53 | 223 | 34 | 54 |
| Binary | 1010001 | 10010001 | 1101110 | 101100 | 0 | 11000 | 101011 | 10010011 | 11100 | 101100 |
Color Harmonies of #51916E
Complementary color
Monochromatic Colors of #51916E
Black with #51916E
Text Example
Text Example
White with #51916E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51916E; }
p { color: rgb(81,145,110); }
H1.HeaderClassName
{
color: #51916E;
}
.AnyTagClassName
{
color: #51916E;
}
</style>
background-color css
<style>
a { background-color: #51916E; }
a { background-color: rgb(81,145,110); }
div.DivClassName
{
background-color: #51916E;
}
.BgClassName
{
background-color: #51916E;
}
</style>
border-color css
<style>
span { border-color: #51916E; }
span { border-color: rgb(81,145,110); }
td.TdClassName
{
border-color: #51916E;
}
.TagClassName
{
border-color: #51916E;
}
</style>