Shades of Cutty Sark #517D68
Tints of Cutty Sark #517D68
RGB
CMYK
RGB Variations
Color information
#517D68 (or 0x517D68) is known color: Cutty Sark. HEX triplet: 51, 7D and 68. RGB value is (81,125,104). Sum of RGB (Red+Green+Blue) = 81+125+104=310 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.13% from 310); Green value is 125 (49.22% from 255 or 40.32% from 310); Blue value is 104 (41.02% from 255 or 33.55% from 310); Max value from RGB is 125 - color contains mainly: green. Hex color #517D68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517D68 is #AE8297. Grayscale: #6D6D6D. Windows color (decimal): -11436696 or 6847825. OLE color: 6847825.
HSL color Cylindrical-coordinate representation of color #517D68: hue angle of 151.36º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #517D68 is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 81 | 125 | 104 | - |
| CMYK | 0.35 | 0 | 0.17 | 0.51 |
| HSL | 151.36º | 0.21% | 0.4% | - |
| HSV(B) | 151.36º | 0.35% | 0.49% | - |
| XYZ | 13.23 | 17.42 | 15.76 | - |
| YUV | 109.45 | 124.92 | 107.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 125 | 104 | 0.35 | 0 | 0.17 | 0.51 | 151.36 | 0.21 | 0.4 |
| Hex | 51 | 7D | 68 | 23 | 0 | 11 | 33 | 97 | 15 | 28 |
| Octal | 121 | 175 | 150 | 43 | 0 | 21 | 63 | 227 | 25 | 50 |
| Binary | 1010001 | 1111101 | 1101000 | 100011 | 0 | 10001 | 110011 | 10010111 | 10101 | 101000 |
Color Harmonies of #517D68
Complementary color
Monochromatic Colors of #517D68
Black with #517D68
Text Example
Text Example
White with #517D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517D68; }
p { color: rgb(81,125,104); }
H1.HeaderClassName
{
color: #517D68;
}
.AnyTagClassName
{
color: #517D68;
}
</style>
background-color css
<style>
a { background-color: #517D68; }
a { background-color: rgb(81,125,104); }
div.DivClassName
{
background-color: #517D68;
}
.BgClassName
{
background-color: #517D68;
}
</style>
border-color css
<style>
span { border-color: #517D68; }
span { border-color: rgb(81,125,104); }
td.TdClassName
{
border-color: #517D68;
}
.TagClassName
{
border-color: #517D68;
}
</style>