Shades of Cutty Sark #50896C
Tints of Cutty Sark #50896C
RGB
CMYK
RGB Variations
Color information
#50896C (or 0x50896C) is known color: Cutty Sark. HEX triplet: 50, 89 and 6C. RGB value is (80,137,108). Sum of RGB (Red+Green+Blue) = 80+137+108=325 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.62% from 325); Green value is 137 (53.91% from 255 or 42.15% from 325); Blue value is 108 (42.58% from 255 or 33.23% from 325); Max value from RGB is 137 - color contains mainly: green. Hex color #50896C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50896C is #AF7693. Grayscale: #747474. Windows color (decimal): -11499156 or 7113040. OLE color: 7113040.
HSL color Cylindrical-coordinate representation of color #50896C: hue angle of 149.47º 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 #50896C is Cyan = 0.42, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 80 | 137 | 108 | - |
| CMYK | 0.42 | 0 | 0.21 | 0.46 |
| HSL | 149.47º | 0.26% | 0.43% | - |
| HSV(B) | 149.47º | 0.42% | 0.54% | - |
| XYZ | 14.96 | 20.68 | 17.39 | - |
| YUV | 116.65 | 123.12 | 101.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 137 | 108 | 0.42 | 0 | 0.21 | 0.46 | 149.47 | 0.26 | 0.43 |
| Hex | 50 | 89 | 6C | 2A | 0 | 15 | 2E | 95 | 1A | 2B |
| Octal | 120 | 211 | 154 | 52 | 0 | 25 | 56 | 225 | 32 | 53 |
| Binary | 1010000 | 10001001 | 1101100 | 101010 | 0 | 10101 | 101110 | 10010101 | 11010 | 101011 |
Color Harmonies of #50896C
Complementary color
Monochromatic Colors of #50896C
Black with #50896C
Text Example
Text Example
White with #50896C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50896C; }
p { color: rgb(80,137,108); }
H1.HeaderClassName
{
color: #50896C;
}
.AnyTagClassName
{
color: #50896C;
}
</style>
background-color css
<style>
a { background-color: #50896C; }
a { background-color: rgb(80,137,108); }
div.DivClassName
{
background-color: #50896C;
}
.BgClassName
{
background-color: #50896C;
}
</style>
border-color css
<style>
span { border-color: #50896C; }
span { border-color: rgb(80,137,108); }
td.TdClassName
{
border-color: #50896C;
}
.TagClassName
{
border-color: #50896C;
}
</style>