Shades of Cutty Sark #508F74
Tints of Cutty Sark #508F74
RGB
CMYK
RGB Variations
Color information
#508F74 (or 0x508F74) is known color: Cutty Sark. HEX triplet: 50, 8F and 74. RGB value is (80,143,116). Sum of RGB (Red+Green+Blue) = 80+143+116=339 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.60% from 339); Green value is 143 (56.25% from 255 or 42.18% from 339); Blue value is 116 (45.70% from 255 or 34.22% from 339); Max value from RGB is 143 - color contains mainly: green. Hex color #508F74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508F74 is #AF708B. Grayscale: #797979. Windows color (decimal): -11497612 or 7638864. OLE color: 7638864.
HSL color Cylindrical-coordinate representation of color #508F74: hue angle of 154.29º 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 #508F74 is Cyan = 0.44, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 80 | 143 | 116 | - |
| CMYK | 0.44 | 0 | 0.19 | 0.44 |
| HSL | 154.29º | 0.28% | 0.44% | - |
| HSV(B) | 154.29º | 0.44% | 0.56% | - |
| XYZ | 16.28 | 22.61 | 20.03 | - |
| YUV | 121.09 | 125.13 | 98.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 143 | 116 | 0.44 | 0 | 0.19 | 0.44 | 154.29 | 0.28 | 0.44 |
| Hex | 50 | 8F | 74 | 2C | 0 | 13 | 2C | 9A | 1C | 2C |
| Octal | 120 | 217 | 164 | 54 | 0 | 23 | 54 | 232 | 34 | 54 |
| Binary | 1010000 | 10001111 | 1110100 | 101100 | 0 | 10011 | 101100 | 10011010 | 11100 | 101100 |
Color Harmonies of #508F74
Complementary color
Monochromatic Colors of #508F74
Black with #508F74
Text Example
Text Example
White with #508F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508F74; }
p { color: rgb(80,143,116); }
H1.HeaderClassName
{
color: #508F74;
}
.AnyTagClassName
{
color: #508F74;
}
</style>
background-color css
<style>
a { background-color: #508F74; }
a { background-color: rgb(80,143,116); }
div.DivClassName
{
background-color: #508F74;
}
.BgClassName
{
background-color: #508F74;
}
</style>
border-color css
<style>
span { border-color: #508F74; }
span { border-color: rgb(80,143,116); }
td.TdClassName
{
border-color: #508F74;
}
.TagClassName
{
border-color: #508F74;
}
</style>