Shades of Cutty Sark #507F71
Tints of Cutty Sark #507F71
RGB
CMYK
RGB Variations
Color information
#507F71 (or 0x507F71) is known color: Cutty Sark. HEX triplet: 50, 7F and 71. RGB value is (80,127,113). Sum of RGB (Red+Green+Blue) = 80+127+113=320 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25% from 320); Green value is 127 (50% from 255 or 39.69% from 320); Blue value is 113 (44.53% from 255 or 35.31% from 320); Max value from RGB is 127 - color contains mainly: green. Hex color #507F71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507F71 is #AF808E. Grayscale: #6F6F6F. Windows color (decimal): -11501711 or 7438160. OLE color: 7438160.
HSL color Cylindrical-coordinate representation of color #507F71: hue angle of 162.13º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #507F71 is Cyan = 0.37, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 80 | 127 | 113 | - |
| CMYK | 0.37 | 0 | 0.11 | 0.50 |
| HSL | 162.13º | 0.23% | 0.41% | - |
| HSV(B) | 162.13º | 0.37% | 0.5% | - |
| XYZ | 13.88 | 18.08 | 18.38 | - |
| YUV | 111.35 | 128.93 | 105.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 127 | 113 | 0.37 | 0 | 0.11 | 0.50 | 162.13 | 0.23 | 0.41 |
| Hex | 50 | 7F | 71 | 25 | 0 | B | 32 | A2 | 17 | 29 |
| Octal | 120 | 177 | 161 | 45 | 0 | 13 | 62 | 242 | 27 | 51 |
| Binary | 1010000 | 1111111 | 1110001 | 100101 | 0 | 1011 | 110010 | 10100010 | 10111 | 101001 |
Color Harmonies of #507F71
Complementary color
Monochromatic Colors of #507F71
Black with #507F71
Text Example
Text Example
White with #507F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507F71; }
p { color: rgb(80,127,113); }
H1.HeaderClassName
{
color: #507F71;
}
.AnyTagClassName
{
color: #507F71;
}
</style>
background-color css
<style>
a { background-color: #507F71; }
a { background-color: rgb(80,127,113); }
div.DivClassName
{
background-color: #507F71;
}
.BgClassName
{
background-color: #507F71;
}
</style>
border-color css
<style>
span { border-color: #507F71; }
span { border-color: rgb(80,127,113); }
td.TdClassName
{
border-color: #507F71;
}
.TagClassName
{
border-color: #507F71;
}
</style>