Shades of Cutty Sark #5D8671
Tints of Cutty Sark #5D8671
RGB
CMYK
RGB Variations
Color information
#5D8671 (or 0x5D8671) is known color: Cutty Sark. HEX triplet: 5D, 86 and 71. RGB value is (93,134,113). Sum of RGB (Red+Green+Blue) = 93+134+113=340 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.35% from 340); Green value is 134 (52.73% from 255 or 39.41% from 340); Blue value is 113 (44.53% from 255 or 33.24% from 340); Max value from RGB is 134 - color contains mainly: green. Hex color #5D8671 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D8671 is #A2798E. Grayscale: #777777. Windows color (decimal): -10647951 or 7439965. OLE color: 7439965.
HSL color Cylindrical-coordinate representation of color #5D8671: hue angle of 149.27º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5D8671 is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 93 | 134 | 113 | - |
| CMYK | 0.31 | 0 | 0.16 | 0.47 |
| HSL | 149.27º | 0.18% | 0.45% | - |
| HSV(B) | 149.27º | 0.31% | 0.53% | - |
| XYZ | 16.02 | 20.57 | 18.75 | - |
| YUV | 119.35 | 124.42 | 109.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 134 | 113 | 0.31 | 0 | 0.16 | 0.47 | 149.27 | 0.18 | 0.45 |
| Hex | 5D | 86 | 71 | 1F | 0 | 10 | 2F | 95 | 12 | 2D |
| Octal | 135 | 206 | 161 | 37 | 0 | 20 | 57 | 225 | 22 | 55 |
| Binary | 1011101 | 10000110 | 1110001 | 11111 | 0 | 10000 | 101111 | 10010101 | 10010 | 101101 |
Color Harmonies of #5D8671
Complementary color
Monochromatic Colors of #5D8671
Black with #5D8671
Text Example
Text Example
White with #5D8671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D8671; }
p { color: rgb(93,134,113); }
H1.HeaderClassName
{
color: #5D8671;
}
.AnyTagClassName
{
color: #5D8671;
}
</style>
background-color css
<style>
a { background-color: #5D8671; }
a { background-color: rgb(93,134,113); }
div.DivClassName
{
background-color: #5D8671;
}
.BgClassName
{
background-color: #5D8671;
}
</style>
border-color css
<style>
span { border-color: #5D8671; }
span { border-color: rgb(93,134,113); }
td.TdClassName
{
border-color: #5D8671;
}
.TagClassName
{
border-color: #5D8671;
}
</style>