Shades of Cutty Sark #50856F
Tints of Cutty Sark #50856F
RGB
CMYK
RGB Variations
Color information
#50856F (or 0x50856F) is known color: Cutty Sark. HEX triplet: 50, 85 and 6F. RGB value is (80,133,111). Sum of RGB (Red+Green+Blue) = 80+133+111=324 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.69% from 324); Green value is 133 (52.34% from 255 or 41.05% from 324); Blue value is 111 (43.75% from 255 or 34.26% from 324); Max value from RGB is 133 - color contains mainly: green. Hex color #50856F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50856F is #AF7A90. Grayscale: #727272. Windows color (decimal): -11500177 or 7308624. OLE color: 7308624.
HSL color Cylindrical-coordinate representation of color #50856F: hue angle of 155.09º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #50856F is Cyan = 0.40, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 80 | 133 | 111 | - |
| CMYK | 0.40 | 0 | 0.17 | 0.48 |
| HSL | 155.09º | 0.25% | 0.42% | - |
| HSV(B) | 155.09º | 0.4% | 0.52% | - |
| XYZ | 14.57 | 19.63 | 18.06 | - |
| YUV | 114.65 | 125.94 | 103.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 133 | 111 | 0.40 | 0 | 0.17 | 0.48 | 155.09 | 0.25 | 0.42 |
| Hex | 50 | 85 | 6F | 28 | 0 | 11 | 30 | 9B | 19 | 2A |
| Octal | 120 | 205 | 157 | 50 | 0 | 21 | 60 | 233 | 31 | 52 |
| Binary | 1010000 | 10000101 | 1101111 | 101000 | 0 | 10001 | 110000 | 10011011 | 11001 | 101010 |
Color Harmonies of #50856F
Complementary color
Monochromatic Colors of #50856F
Black with #50856F
Text Example
Text Example
White with #50856F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50856F; }
p { color: rgb(80,133,111); }
H1.HeaderClassName
{
color: #50856F;
}
.AnyTagClassName
{
color: #50856F;
}
</style>
background-color css
<style>
a { background-color: #50856F; }
a { background-color: rgb(80,133,111); }
div.DivClassName
{
background-color: #50856F;
}
.BgClassName
{
background-color: #50856F;
}
</style>
border-color css
<style>
span { border-color: #50856F; }
span { border-color: rgb(80,133,111); }
td.TdClassName
{
border-color: #50856F;
}
.TagClassName
{
border-color: #50856F;
}
</style>