Shades of Cutty Sark #5E8571
Tints of Cutty Sark #5E8571
RGB
CMYK
RGB Variations
Color information
#5E8571 (or 0x5E8571) is known color: Cutty Sark. HEX triplet: 5E, 85 and 71. RGB value is (94,133,113). Sum of RGB (Red+Green+Blue) = 94+133+113=340 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.65% from 340); Green value is 133 (52.34% from 255 or 39.12% from 340); Blue value is 113 (44.53% from 255 or 33.24% from 340); Max value from RGB is 133 - color contains mainly: green. Hex color #5E8571 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E8571 is #A17A8E. Grayscale: #777777. Windows color (decimal): -10582671 or 7439710. OLE color: 7439710.
HSL color Cylindrical-coordinate representation of color #5E8571: hue angle of 149.23º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5E8571 is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 94 | 133 | 113 | - |
| CMYK | 0.29 | 0 | 0.15 | 0.48 |
| HSL | 149.23º | 0.17% | 0.45% | - |
| HSV(B) | 149.23º | 0.29% | 0.52% | - |
| XYZ | 15.98 | 20.35 | 18.71 | - |
| YUV | 119.06 | 124.58 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 133 | 113 | 0.29 | 0 | 0.15 | 0.48 | 149.23 | 0.17 | 0.45 |
| Hex | 5E | 85 | 71 | 1D | 0 | F | 30 | 95 | 11 | 2D |
| Octal | 136 | 205 | 161 | 35 | 0 | 17 | 60 | 225 | 21 | 55 |
| Binary | 1011110 | 10000101 | 1110001 | 11101 | 0 | 1111 | 110000 | 10010101 | 10001 | 101101 |
Color Harmonies of #5E8571
Complementary color
Monochromatic Colors of #5E8571
Black with #5E8571
Text Example
Text Example
White with #5E8571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8571; }
p { color: rgb(94,133,113); }
H1.HeaderClassName
{
color: #5E8571;
}
.AnyTagClassName
{
color: #5E8571;
}
</style>
background-color css
<style>
a { background-color: #5E8571; }
a { background-color: rgb(94,133,113); }
div.DivClassName
{
background-color: #5E8571;
}
.BgClassName
{
background-color: #5E8571;
}
</style>
border-color css
<style>
span { border-color: #5E8571; }
span { border-color: rgb(94,133,113); }
td.TdClassName
{
border-color: #5E8571;
}
.TagClassName
{
border-color: #5E8571;
}
</style>