Shades of Cutty Sark #5D8471
Tints of Cutty Sark #5D8471
RGB
CMYK
RGB Variations
Color information
#5D8471 (or 0x5D8471) is known color: Cutty Sark. HEX triplet: 5D, 84 and 71. RGB value is (93,132,113). Sum of RGB (Red+Green+Blue) = 93+132+113=338 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.51% from 338); Green value is 132 (51.95% from 255 or 39.05% from 338); Blue value is 113 (44.53% from 255 or 33.43% from 338); Max value from RGB is 132 - color contains mainly: green. Hex color #5D8471 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D8471 is #A27B8E. Grayscale: #767676. Windows color (decimal): -10648463 or 7439453. OLE color: 7439453.
HSL color Cylindrical-coordinate representation of color #5D8471: hue angle of 150.77º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5D8471 is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 93 | 132 | 113 | - |
| CMYK | 0.30 | 0 | 0.14 | 0.48 |
| HSL | 150.77º | 0.17% | 0.44% | - |
| HSV(B) | 150.77º | 0.3% | 0.52% | - |
| XYZ | 15.75 | 20.02 | 18.66 | - |
| YUV | 118.17 | 125.08 | 110.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 132 | 113 | 0.30 | 0 | 0.14 | 0.48 | 150.77 | 0.17 | 0.44 |
| Hex | 5D | 84 | 71 | 1E | 0 | E | 30 | 97 | 11 | 2C |
| Octal | 135 | 204 | 161 | 36 | 0 | 16 | 60 | 227 | 21 | 54 |
| Binary | 1011101 | 10000100 | 1110001 | 11110 | 0 | 1110 | 110000 | 10010111 | 10001 | 101100 |
Color Harmonies of #5D8471
Complementary color
Monochromatic Colors of #5D8471
Black with #5D8471
Text Example
Text Example
White with #5D8471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D8471; }
p { color: rgb(93,132,113); }
H1.HeaderClassName
{
color: #5D8471;
}
.AnyTagClassName
{
color: #5D8471;
}
</style>
background-color css
<style>
a { background-color: #5D8471; }
a { background-color: rgb(93,132,113); }
div.DivClassName
{
background-color: #5D8471;
}
.BgClassName
{
background-color: #5D8471;
}
</style>
border-color css
<style>
span { border-color: #5D8471; }
span { border-color: rgb(93,132,113); }
td.TdClassName
{
border-color: #5D8471;
}
.TagClassName
{
border-color: #5D8471;
}
</style>