Shades of Cutty Sark #507F6D
Tints of Cutty Sark #507F6D
RGB
CMYK
RGB Variations
Color information
#507F6D (or 0x507F6D) is known color: Cutty Sark. HEX triplet: 50, 7F and 6D. RGB value is (80,127,109). Sum of RGB (Red+Green+Blue) = 80+127+109=316 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.32% from 316); Green value is 127 (50% from 255 or 40.19% from 316); Blue value is 109 (42.97% from 255 or 34.49% from 316); Max value from RGB is 127 - color contains mainly: green. Hex color #507F6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507F6D is #AF8092. Grayscale: #6E6E6E. Windows color (decimal): -11501715 or 7176016. OLE color: 7176016.
HSL color Cylindrical-coordinate representation of color #507F6D: hue angle of 157.02º 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 #507F6D is Cyan = 0.37, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 80 | 127 | 109 | - |
| CMYK | 0.37 | 0 | 0.14 | 0.50 |
| HSL | 157.02º | 0.23% | 0.41% | - |
| HSV(B) | 157.02º | 0.37% | 0.5% | - |
| XYZ | 13.66 | 17.99 | 17.22 | - |
| YUV | 110.9 | 126.93 | 105.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 127 | 109 | 0.37 | 0 | 0.14 | 0.50 | 157.02 | 0.23 | 0.41 |
| Hex | 50 | 7F | 6D | 25 | 0 | E | 32 | 9D | 17 | 29 |
| Octal | 120 | 177 | 155 | 45 | 0 | 16 | 62 | 235 | 27 | 51 |
| Binary | 1010000 | 1111111 | 1101101 | 100101 | 0 | 1110 | 110010 | 10011101 | 10111 | 101001 |
Color Harmonies of #507F6D
Complementary color
Monochromatic Colors of #507F6D
Black with #507F6D
Text Example
Text Example
White with #507F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507F6D; }
p { color: rgb(80,127,109); }
H1.HeaderClassName
{
color: #507F6D;
}
.AnyTagClassName
{
color: #507F6D;
}
</style>
background-color css
<style>
a { background-color: #507F6D; }
a { background-color: rgb(80,127,109); }
div.DivClassName
{
background-color: #507F6D;
}
.BgClassName
{
background-color: #507F6D;
}
</style>
border-color css
<style>
span { border-color: #507F6D; }
span { border-color: rgb(80,127,109); }
td.TdClassName
{
border-color: #507F6D;
}
.TagClassName
{
border-color: #507F6D;
}
</style>