Shades of Cutty Sark #50896D
Tints of Cutty Sark #50896D
RGB
CMYK
RGB Variations
Color information
#50896D (or 0x50896D) is known color: Cutty Sark. HEX triplet: 50, 89 and 6D. RGB value is (80,137,109). Sum of RGB (Red+Green+Blue) = 80+137+109=326 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.54% from 326); Green value is 137 (53.91% from 255 or 42.02% from 326); Blue value is 109 (42.97% from 255 or 33.44% from 326); Max value from RGB is 137 - color contains mainly: green. Hex color #50896D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50896D is #AF7692. Grayscale: #747474. Windows color (decimal): -11499155 or 7178576. OLE color: 7178576.
HSL color Cylindrical-coordinate representation of color #50896D: hue angle of 150.53º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #50896D is Cyan = 0.42, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 80 | 137 | 109 | - |
| CMYK | 0.42 | 0 | 0.20 | 0.46 |
| HSL | 150.53º | 0.26% | 0.43% | - |
| HSV(B) | 150.53º | 0.42% | 0.54% | - |
| XYZ | 15.01 | 20.7 | 17.67 | - |
| YUV | 116.77 | 123.62 | 101.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 137 | 109 | 0.42 | 0 | 0.20 | 0.46 | 150.53 | 0.26 | 0.43 |
| Hex | 50 | 89 | 6D | 2A | 0 | 14 | 2E | 97 | 1A | 2B |
| Octal | 120 | 211 | 155 | 52 | 0 | 24 | 56 | 227 | 32 | 53 |
| Binary | 1010000 | 10001001 | 1101101 | 101010 | 0 | 10100 | 101110 | 10010111 | 11010 | 101011 |
Color Harmonies of #50896D
Complementary color
Monochromatic Colors of #50896D
Black with #50896D
Text Example
Text Example
White with #50896D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50896D; }
p { color: rgb(80,137,109); }
H1.HeaderClassName
{
color: #50896D;
}
.AnyTagClassName
{
color: #50896D;
}
</style>
background-color css
<style>
a { background-color: #50896D; }
a { background-color: rgb(80,137,109); }
div.DivClassName
{
background-color: #50896D;
}
.BgClassName
{
background-color: #50896D;
}
</style>
border-color css
<style>
span { border-color: #50896D; }
span { border-color: rgb(80,137,109); }
td.TdClassName
{
border-color: #50896D;
}
.TagClassName
{
border-color: #50896D;
}
</style>