Shades of Cutty Sark #508B74
Tints of Cutty Sark #508B74
RGB
CMYK
RGB Variations
Color information
#508B74 (or 0x508B74) is known color: Cutty Sark. HEX triplet: 50, 8B and 74. RGB value is (80,139,116). Sum of RGB (Red+Green+Blue) = 80+139+116=335 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.88% from 335); Green value is 139 (54.69% from 255 or 41.49% from 335); Blue value is 116 (45.70% from 255 or 34.63% from 335); Max value from RGB is 139 - color contains mainly: green. Hex color #508B74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508B74 is #AF748B. Grayscale: #767676. Windows color (decimal): -11498636 or 7637840. OLE color: 7637840.
HSL color Cylindrical-coordinate representation of color #508B74: hue angle of 156.61º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #508B74 is Cyan = 0.42, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 80 | 139 | 116 | - |
| CMYK | 0.42 | 0 | 0.17 | 0.45 |
| HSL | 156.61º | 0.27% | 0.43% | - |
| HSV(B) | 156.61º | 0.42% | 0.55% | - |
| XYZ | 15.69 | 21.43 | 19.83 | - |
| YUV | 118.74 | 126.45 | 100.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 139 | 116 | 0.42 | 0 | 0.17 | 0.45 | 156.61 | 0.27 | 0.43 |
| Hex | 50 | 8B | 74 | 2A | 0 | 11 | 2D | 9D | 1B | 2B |
| Octal | 120 | 213 | 164 | 52 | 0 | 21 | 55 | 235 | 33 | 53 |
| Binary | 1010000 | 10001011 | 1110100 | 101010 | 0 | 10001 | 101101 | 10011101 | 11011 | 101011 |
Color Harmonies of #508B74
Complementary color
Monochromatic Colors of #508B74
Black with #508B74
Text Example
Text Example
White with #508B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508B74; }
p { color: rgb(80,139,116); }
H1.HeaderClassName
{
color: #508B74;
}
.AnyTagClassName
{
color: #508B74;
}
</style>
background-color css
<style>
a { background-color: #508B74; }
a { background-color: rgb(80,139,116); }
div.DivClassName
{
background-color: #508B74;
}
.BgClassName
{
background-color: #508B74;
}
</style>
border-color css
<style>
span { border-color: #508B74; }
span { border-color: rgb(80,139,116); }
td.TdClassName
{
border-color: #508B74;
}
.TagClassName
{
border-color: #508B74;
}
</style>