Shades of Cutty Sark #517B68
Tints of Cutty Sark #517B68
RGB
CMYK
RGB Variations
Color information
#517B68 (or 0x517B68) is known color: Cutty Sark. HEX triplet: 51, 7B and 68. RGB value is (81,123,104). Sum of RGB (Red+Green+Blue) = 81+123+104=308 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.30% from 308); Green value is 123 (48.44% from 255 or 39.94% from 308); Blue value is 104 (41.02% from 255 or 33.77% from 308); Max value from RGB is 123 - color contains mainly: green. Hex color #517B68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517B68 is #AE8497. Grayscale: #6C6C6C. Windows color (decimal): -11437208 or 6847313. OLE color: 6847313.
HSL color Cylindrical-coordinate representation of color #517B68: hue angle of 152.86º degrees, saturation: 0.21, 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 #517B68 is Cyan = 0.34, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 81 | 123 | 104 | - |
| CMYK | 0.34 | 0 | 0.15 | 0.52 |
| HSL | 152.86º | 0.21% | 0.4% | - |
| HSV(B) | 152.86º | 0.34% | 0.48% | - |
| XYZ | 12.97 | 16.91 | 15.68 | - |
| YUV | 108.28 | 125.59 | 108.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 123 | 104 | 0.34 | 0 | 0.15 | 0.52 | 152.86 | 0.21 | 0.4 |
| Hex | 51 | 7B | 68 | 22 | 0 | F | 34 | 99 | 15 | 28 |
| Octal | 121 | 173 | 150 | 42 | 0 | 17 | 64 | 231 | 25 | 50 |
| Binary | 1010001 | 1111011 | 1101000 | 100010 | 0 | 1111 | 110100 | 10011001 | 10101 | 101000 |
Color Harmonies of #517B68
Complementary color
Monochromatic Colors of #517B68
Black with #517B68
Text Example
Text Example
White with #517B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517B68; }
p { color: rgb(81,123,104); }
H1.HeaderClassName
{
color: #517B68;
}
.AnyTagClassName
{
color: #517B68;
}
</style>
background-color css
<style>
a { background-color: #517B68; }
a { background-color: rgb(81,123,104); }
div.DivClassName
{
background-color: #517B68;
}
.BgClassName
{
background-color: #517B68;
}
</style>
border-color css
<style>
span { border-color: #517B68; }
span { border-color: rgb(81,123,104); }
td.TdClassName
{
border-color: #517B68;
}
.TagClassName
{
border-color: #517B68;
}
</style>