Shades of Cutty Sark #50806C
Tints of Cutty Sark #50806C
RGB
CMYK
RGB Variations
Color information
#50806C (or 0x50806C) is known color: Cutty Sark. HEX triplet: 50, 80 and 6C. RGB value is (80,128,108). Sum of RGB (Red+Green+Blue) = 80+128+108=316 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.32% from 316); Green value is 128 (50.39% from 255 or 40.51% from 316); Blue value is 108 (42.58% from 255 or 34.18% from 316); Max value from RGB is 128 - color contains mainly: green. Hex color #50806C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50806C is #AF7F93. Grayscale: #6F6F6F. Windows color (decimal): -11501460 or 7110736. OLE color: 7110736.
HSL color Cylindrical-coordinate representation of color #50806C: hue angle of 155º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #50806C is Cyan = 0.38, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 80 | 128 | 108 | - |
| CMYK | 0.38 | 0 | 0.16 | 0.50 |
| HSL | 155º | 0.23% | 0.41% | - |
| HSV(B) | 155º | 0.38% | 0.5% | - |
| XYZ | 13.73 | 18.23 | 16.98 | - |
| YUV | 111.37 | 126.1 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 128 | 108 | 0.38 | 0 | 0.16 | 0.50 | 155 | 0.23 | 0.41 |
| Hex | 50 | 80 | 6C | 26 | 0 | 10 | 32 | 9B | 17 | 29 |
| Octal | 120 | 200 | 154 | 46 | 0 | 20 | 62 | 233 | 27 | 51 |
| Binary | 1010000 | 10000000 | 1101100 | 100110 | 0 | 10000 | 110010 | 10011011 | 10111 | 101001 |
Color Harmonies of #50806C
Complementary color
Monochromatic Colors of #50806C
Black with #50806C
Text Example
Text Example
White with #50806C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50806C; }
p { color: rgb(80,128,108); }
H1.HeaderClassName
{
color: #50806C;
}
.AnyTagClassName
{
color: #50806C;
}
</style>
background-color css
<style>
a { background-color: #50806C; }
a { background-color: rgb(80,128,108); }
div.DivClassName
{
background-color: #50806C;
}
.BgClassName
{
background-color: #50806C;
}
</style>
border-color css
<style>
span { border-color: #50806C; }
span { border-color: rgb(80,128,108); }
td.TdClassName
{
border-color: #50806C;
}
.TagClassName
{
border-color: #50806C;
}
</style>