Shades of Cutty Sark #517F6B
Tints of Cutty Sark #517F6B
RGB
CMYK
RGB Variations
Color information
#517F6B (or 0x517F6B) is known color: Cutty Sark. HEX triplet: 51, 7F and 6B. RGB value is (81,127,107). Sum of RGB (Red+Green+Blue) = 81+127+107=315 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.71% from 315); Green value is 127 (50% from 255 or 40.32% from 315); Blue value is 107 (42.19% from 255 or 33.97% from 315); Max value from RGB is 127 - color contains mainly: green. Hex color #517F6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517F6B is #AE8094. Grayscale: #6E6E6E. Windows color (decimal): -11436181 or 7044945. OLE color: 7044945.
HSL color Cylindrical-coordinate representation of color #517F6B: hue angle of 153.91º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #517F6B is Cyan = 0.36, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 81 | 127 | 107 | - |
| CMYK | 0.36 | 0 | 0.16 | 0.50 |
| HSL | 153.91º | 0.22% | 0.41% | - |
| HSV(B) | 153.91º | 0.36% | 0.5% | - |
| XYZ | 13.64 | 17.99 | 16.66 | - |
| YUV | 110.97 | 125.76 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 127 | 107 | 0.36 | 0 | 0.16 | 0.50 | 153.91 | 0.22 | 0.41 |
| Hex | 51 | 7F | 6B | 24 | 0 | 10 | 32 | 9A | 16 | 29 |
| Octal | 121 | 177 | 153 | 44 | 0 | 20 | 62 | 232 | 26 | 51 |
| Binary | 1010001 | 1111111 | 1101011 | 100100 | 0 | 10000 | 110010 | 10011010 | 10110 | 101001 |
Color Harmonies of #517F6B
Complementary color
Monochromatic Colors of #517F6B
Black with #517F6B
Text Example
Text Example
White with #517F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517F6B; }
p { color: rgb(81,127,107); }
H1.HeaderClassName
{
color: #517F6B;
}
.AnyTagClassName
{
color: #517F6B;
}
</style>
background-color css
<style>
a { background-color: #517F6B; }
a { background-color: rgb(81,127,107); }
div.DivClassName
{
background-color: #517F6B;
}
.BgClassName
{
background-color: #517F6B;
}
</style>
border-color css
<style>
span { border-color: #517F6B; }
span { border-color: rgb(81,127,107); }
td.TdClassName
{
border-color: #517F6B;
}
.TagClassName
{
border-color: #517F6B;
}
</style>