Shades of Cutty Sark #50906E
Tints of Cutty Sark #50906E
RGB
CMYK
RGB Variations
Color information
#50906E (or 0x50906E) is known color: Cutty Sark. HEX triplet: 50, 90 and 6E. RGB value is (80,144,110). Sum of RGB (Red+Green+Blue) = 80+144+110=334 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.95% from 334); Green value is 144 (56.64% from 255 or 43.11% from 334); Blue value is 110 (43.36% from 255 or 32.93% from 334); Max value from RGB is 144 - color contains mainly: green. Hex color #50906E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50906E is #AF6F91. Grayscale: #797979. Windows color (decimal): -11497362 or 7245904. OLE color: 7245904.
HSL color Cylindrical-coordinate representation of color #50906E: hue angle of 148.12º 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 #50906E is Cyan = 0.44, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 80 | 144 | 110 | - |
| CMYK | 0.44 | 0 | 0.24 | 0.44 |
| HSL | 148.13º | 0.29% | 0.44% | - |
| HSV(B) | 148.13º | 0.44% | 0.56% | - |
| XYZ | 16.1 | 22.78 | 18.3 | - |
| YUV | 120.99 | 121.8 | 98.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 144 | 110 | 0.44 | 0 | 0.24 | 0.44 | 148.13 | 0.29 | 0.44 |
| Hex | 50 | 90 | 6E | 2C | 0 | 18 | 2C | 94 | 1D | 2C |
| Octal | 120 | 220 | 156 | 54 | 0 | 30 | 54 | 224 | 35 | 54 |
| Binary | 1010000 | 10010000 | 1101110 | 101100 | 0 | 11000 | 101100 | 10010100 | 11101 | 101100 |
Color Harmonies of #50906E
Complementary color
Monochromatic Colors of #50906E
Black with #50906E
Text Example
Text Example
White with #50906E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50906E; }
p { color: rgb(80,144,110); }
H1.HeaderClassName
{
color: #50906E;
}
.AnyTagClassName
{
color: #50906E;
}
</style>
background-color css
<style>
a { background-color: #50906E; }
a { background-color: rgb(80,144,110); }
div.DivClassName
{
background-color: #50906E;
}
.BgClassName
{
background-color: #50906E;
}
</style>
border-color css
<style>
span { border-color: #50906E; }
span { border-color: rgb(80,144,110); }
td.TdClassName
{
border-color: #50906E;
}
.TagClassName
{
border-color: #50906E;
}
</style>