Shades of Cutty Sark #517A69
Tints of Cutty Sark #517A69
RGB
CMYK
RGB Variations
Color information
#517A69 (or 0x517A69) is known color: Cutty Sark. HEX triplet: 51, 7A and 69. RGB value is (81,122,105). Sum of RGB (Red+Green+Blue) = 81+122+105=308 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.30% from 308); Green value is 122 (48.05% from 255 or 39.61% from 308); Blue value is 105 (41.41% from 255 or 34.09% from 308); Max value from RGB is 122 - color contains mainly: green. Hex color #517A69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517A69 is #AE8596. Grayscale: #6B6B6B. Windows color (decimal): -11437463 or 6912593. OLE color: 6912593.
HSL color Cylindrical-coordinate representation of color #517A69: hue angle of 155.12º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #517A69 is Cyan = 0.34, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 81 | 122 | 105 | - |
| CMYK | 0.34 | 0 | 0.14 | 0.52 |
| HSL | 155.12º | 0.2% | 0.4% | - |
| HSV(B) | 155.12º | 0.34% | 0.48% | - |
| XYZ | 12.9 | 16.69 | 15.91 | - |
| YUV | 107.8 | 126.42 | 108.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 122 | 105 | 0.34 | 0 | 0.14 | 0.52 | 155.12 | 0.2 | 0.4 |
| Hex | 51 | 7A | 69 | 22 | 0 | E | 34 | 9B | 14 | 28 |
| Octal | 121 | 172 | 151 | 42 | 0 | 16 | 64 | 233 | 24 | 50 |
| Binary | 1010001 | 1111010 | 1101001 | 100010 | 0 | 1110 | 110100 | 10011011 | 10100 | 101000 |
Color Harmonies of #517A69
Complementary color
Monochromatic Colors of #517A69
Black with #517A69
Text Example
Text Example
White with #517A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517A69; }
p { color: rgb(81,122,105); }
H1.HeaderClassName
{
color: #517A69;
}
.AnyTagClassName
{
color: #517A69;
}
</style>
background-color css
<style>
a { background-color: #517A69; }
a { background-color: rgb(81,122,105); }
div.DivClassName
{
background-color: #517A69;
}
.BgClassName
{
background-color: #517A69;
}
</style>
border-color css
<style>
span { border-color: #517A69; }
span { border-color: rgb(81,122,105); }
td.TdClassName
{
border-color: #517A69;
}
.TagClassName
{
border-color: #517A69;
}
</style>