Shades of Cutty Sark #50896B
Tints of Cutty Sark #50896B
RGB
CMYK
RGB Variations
Color information
#50896B (or 0x50896B) is known color: Cutty Sark. HEX triplet: 50, 89 and 6B. RGB value is (80,137,107). Sum of RGB (Red+Green+Blue) = 80+137+107=324 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.69% from 324); Green value is 137 (53.91% from 255 or 42.28% from 324); Blue value is 107 (42.19% from 255 or 33.02% from 324); Max value from RGB is 137 - color contains mainly: green. Hex color #50896B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50896B is #AF7694. Grayscale: #747474. Windows color (decimal): -11499157 or 7047504. OLE color: 7047504.
HSL color Cylindrical-coordinate representation of color #50896B: hue angle of 148.42º 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 #50896B is Cyan = 0.42, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 80 | 137 | 107 | - |
| CMYK | 0.42 | 0 | 0.22 | 0.46 |
| HSL | 148.42º | 0.26% | 0.43% | - |
| HSV(B) | 148.42º | 0.42% | 0.54% | - |
| XYZ | 14.91 | 20.66 | 17.11 | - |
| YUV | 116.54 | 122.62 | 101.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 137 | 107 | 0.42 | 0 | 0.22 | 0.46 | 148.42 | 0.26 | 0.43 |
| Hex | 50 | 89 | 6B | 2A | 0 | 16 | 2E | 94 | 1A | 2B |
| Octal | 120 | 211 | 153 | 52 | 0 | 26 | 56 | 224 | 32 | 53 |
| Binary | 1010000 | 10001001 | 1101011 | 101010 | 0 | 10110 | 101110 | 10010100 | 11010 | 101011 |
Color Harmonies of #50896B
Complementary color
Monochromatic Colors of #50896B
Black with #50896B
Text Example
Text Example
White with #50896B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50896B; }
p { color: rgb(80,137,107); }
H1.HeaderClassName
{
color: #50896B;
}
.AnyTagClassName
{
color: #50896B;
}
</style>
background-color css
<style>
a { background-color: #50896B; }
a { background-color: rgb(80,137,107); }
div.DivClassName
{
background-color: #50896B;
}
.BgClassName
{
background-color: #50896B;
}
</style>
border-color css
<style>
span { border-color: #50896B; }
span { border-color: rgb(80,137,107); }
td.TdClassName
{
border-color: #50896B;
}
.TagClassName
{
border-color: #50896B;
}
</style>