Shades of Cutty Sark #50906D
Tints of Cutty Sark #50906D
RGB
CMYK
RGB Variations
Color information
#50906D (or 0x50906D) is known color: Cutty Sark. HEX triplet: 50, 90 and 6D. RGB value is (80,144,109). Sum of RGB (Red+Green+Blue) = 80+144+109=333 (44% of max value = 765). Red value is 80 (31.64% from 255 or 24.02% from 333); Green value is 144 (56.64% from 255 or 43.24% from 333); Blue value is 109 (42.97% from 255 or 32.73% from 333); Max value from RGB is 144 - color contains mainly: green. Hex color #50906D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50906D is #AF6F92. Grayscale: #787878. Windows color (decimal): -11497363 or 7180368. OLE color: 7180368.
HSL color Cylindrical-coordinate representation of color #50906D: hue angle of 147.19º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #50906D is Cyan = 0.44, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 80 | 144 | 109 | - |
| CMYK | 0.44 | 0 | 0.24 | 0.44 |
| HSL | 147.19º | 0.29% | 0.44% | - |
| HSV(B) | 147.19º | 0.44% | 0.56% | - |
| XYZ | 16.04 | 22.76 | 18.01 | - |
| YUV | 120.87 | 121.3 | 98.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 144 | 109 | 0.44 | 0 | 0.24 | 0.44 | 147.19 | 0.29 | 0.44 |
| Hex | 50 | 90 | 6D | 2C | 0 | 18 | 2C | 93 | 1D | 2C |
| Octal | 120 | 220 | 155 | 54 | 0 | 30 | 54 | 223 | 35 | 54 |
| Binary | 1010000 | 10010000 | 1101101 | 101100 | 0 | 11000 | 101100 | 10010011 | 11101 | 101100 |
Color Harmonies of #50906D
Complementary color
Monochromatic Colors of #50906D
Black with #50906D
Text Example
Text Example
White with #50906D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50906D; }
p { color: rgb(80,144,109); }
H1.HeaderClassName
{
color: #50906D;
}
.AnyTagClassName
{
color: #50906D;
}
</style>
background-color css
<style>
a { background-color: #50906D; }
a { background-color: rgb(80,144,109); }
div.DivClassName
{
background-color: #50906D;
}
.BgClassName
{
background-color: #50906D;
}
</style>
border-color css
<style>
span { border-color: #50906D; }
span { border-color: rgb(80,144,109); }
td.TdClassName
{
border-color: #50906D;
}
.TagClassName
{
border-color: #50906D;
}
</style>