Shades of Cutty Sark #508171
Tints of Cutty Sark #508171
RGB
CMYK
RGB Variations
Color information
#508171 (or 0x508171) is known color: Cutty Sark. HEX triplet: 50, 81 and 71. RGB value is (80,129,113). Sum of RGB (Red+Green+Blue) = 80+129+113=322 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.84% from 322); Green value is 129 (50.78% from 255 or 40.06% from 322); Blue value is 113 (44.53% from 255 or 35.09% from 322); Max value from RGB is 129 - color contains mainly: green. Hex color #508171 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508171 is #AF7E8E. Grayscale: #707070. Windows color (decimal): -11501199 or 7438672. OLE color: 7438672.
HSL color Cylindrical-coordinate representation of color #508171: hue angle of 160.41º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #508171 is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 80 | 129 | 113 | - |
| CMYK | 0.38 | 0 | 0.12 | 0.49 |
| HSL | 160.41º | 0.23% | 0.41% | - |
| HSV(B) | 160.41º | 0.38% | 0.51% | - |
| XYZ | 14.14 | 18.6 | 18.47 | - |
| YUV | 112.53 | 128.27 | 104.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 129 | 113 | 0.38 | 0 | 0.12 | 0.49 | 160.41 | 0.23 | 0.41 |
| Hex | 50 | 81 | 71 | 26 | 0 | C | 31 | A0 | 17 | 29 |
| Octal | 120 | 201 | 161 | 46 | 0 | 14 | 61 | 240 | 27 | 51 |
| Binary | 1010000 | 10000001 | 1110001 | 100110 | 0 | 1100 | 110001 | 10100000 | 10111 | 101001 |
Color Harmonies of #508171
Complementary color
Monochromatic Colors of #508171
Black with #508171
Text Example
Text Example
White with #508171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508171; }
p { color: rgb(80,129,113); }
H1.HeaderClassName
{
color: #508171;
}
.AnyTagClassName
{
color: #508171;
}
</style>
background-color css
<style>
a { background-color: #508171; }
a { background-color: rgb(80,129,113); }
div.DivClassName
{
background-color: #508171;
}
.BgClassName
{
background-color: #508171;
}
</style>
border-color css
<style>
span { border-color: #508171; }
span { border-color: rgb(80,129,113); }
td.TdClassName
{
border-color: #508171;
}
.TagClassName
{
border-color: #508171;
}
</style>