Shades of Cutty Sark #508F73
Tints of Cutty Sark #508F73
RGB
CMYK
RGB Variations
Color information
#508F73 (or 0x508F73) is known color: Cutty Sark. HEX triplet: 50, 8F and 73. RGB value is (80,143,115). Sum of RGB (Red+Green+Blue) = 80+143+115=338 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.67% from 338); Green value is 143 (56.25% from 255 or 42.31% from 338); Blue value is 115 (45.31% from 255 or 34.02% from 338); Max value from RGB is 143 - color contains mainly: green. Hex color #508F73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508F73 is #AF708C. Grayscale: #797979. Windows color (decimal): -11497613 or 7573328. OLE color: 7573328.
HSL color Cylindrical-coordinate representation of color #508F73: hue angle of 153.33º degrees, saturation: 0.28, 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 #508F73 is Cyan = 0.44, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 80 | 143 | 115 | - |
| CMYK | 0.44 | 0 | 0.20 | 0.44 |
| HSL | 153.33º | 0.28% | 0.44% | - |
| HSV(B) | 153.33º | 0.44% | 0.56% | - |
| XYZ | 16.23 | 22.59 | 19.72 | - |
| YUV | 120.97 | 124.63 | 98.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 143 | 115 | 0.44 | 0 | 0.20 | 0.44 | 153.33 | 0.28 | 0.44 |
| Hex | 50 | 8F | 73 | 2C | 0 | 14 | 2C | 99 | 1C | 2C |
| Octal | 120 | 217 | 163 | 54 | 0 | 24 | 54 | 231 | 34 | 54 |
| Binary | 1010000 | 10001111 | 1110011 | 101100 | 0 | 10100 | 101100 | 10011001 | 11100 | 101100 |
Color Harmonies of #508F73
Complementary color
Monochromatic Colors of #508F73
Black with #508F73
Text Example
Text Example
White with #508F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508F73; }
p { color: rgb(80,143,115); }
H1.HeaderClassName
{
color: #508F73;
}
.AnyTagClassName
{
color: #508F73;
}
</style>
background-color css
<style>
a { background-color: #508F73; }
a { background-color: rgb(80,143,115); }
div.DivClassName
{
background-color: #508F73;
}
.BgClassName
{
background-color: #508F73;
}
</style>
border-color css
<style>
span { border-color: #508F73; }
span { border-color: rgb(80,143,115); }
td.TdClassName
{
border-color: #508F73;
}
.TagClassName
{
border-color: #508F73;
}
</style>