Shades of Cutty Sark #517D6C
Tints of Cutty Sark #517D6C
RGB
CMYK
RGB Variations
Color information
#517D6C (or 0x517D6C) is known color: Cutty Sark. HEX triplet: 51, 7D and 6C. RGB value is (81,125,108). Sum of RGB (Red+Green+Blue) = 81+125+108=314 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.80% from 314); Green value is 125 (49.22% from 255 or 39.81% from 314); Blue value is 108 (42.58% from 255 or 34.39% from 314); Max value from RGB is 125 - color contains mainly: green. Hex color #517D6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517D6C is #AE8293. Grayscale: #6D6D6D. Windows color (decimal): -11436692 or 7109969. OLE color: 7109969.
HSL color Cylindrical-coordinate representation of color #517D6C: hue angle of 156.82º 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 #517D6C is Cyan = 0.35, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 81 | 125 | 108 | - |
| CMYK | 0.35 | 0 | 0.14 | 0.51 |
| HSL | 156.82º | 0.21% | 0.4% | - |
| HSV(B) | 156.82º | 0.35% | 0.49% | - |
| XYZ | 13.43 | 17.5 | 16.86 | - |
| YUV | 109.91 | 126.92 | 107.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 125 | 108 | 0.35 | 0 | 0.14 | 0.51 | 156.82 | 0.21 | 0.4 |
| Hex | 51 | 7D | 6C | 23 | 0 | E | 33 | 9D | 15 | 28 |
| Octal | 121 | 175 | 154 | 43 | 0 | 16 | 63 | 235 | 25 | 50 |
| Binary | 1010001 | 1111101 | 1101100 | 100011 | 0 | 1110 | 110011 | 10011101 | 10101 | 101000 |
Color Harmonies of #517D6C
Complementary color
Monochromatic Colors of #517D6C
Black with #517D6C
Text Example
Text Example
White with #517D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517D6C; }
p { color: rgb(81,125,108); }
H1.HeaderClassName
{
color: #517D6C;
}
.AnyTagClassName
{
color: #517D6C;
}
</style>
background-color css
<style>
a { background-color: #517D6C; }
a { background-color: rgb(81,125,108); }
div.DivClassName
{
background-color: #517D6C;
}
.BgClassName
{
background-color: #517D6C;
}
</style>
border-color css
<style>
span { border-color: #517D6C; }
span { border-color: rgb(81,125,108); }
td.TdClassName
{
border-color: #517D6C;
}
.TagClassName
{
border-color: #517D6C;
}
</style>