Shades of Cutty Sark #5E8671
Tints of Cutty Sark #5E8671
RGB
CMYK
RGB Variations
Color information
#5E8671 (or 0x5E8671) is known color: Cutty Sark. HEX triplet: 5E, 86 and 71. RGB value is (94,134,113). Sum of RGB (Red+Green+Blue) = 94+134+113=341 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.57% from 341); Green value is 134 (52.73% from 255 or 39.30% from 341); Blue value is 113 (44.53% from 255 or 33.14% from 341); Max value from RGB is 134 - color contains mainly: green. Hex color #5E8671 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E8671 is #A1798E. Grayscale: #777777. Windows color (decimal): -10582415 or 7439966. OLE color: 7439966.
HSL color Cylindrical-coordinate representation of color #5E8671: hue angle of 148.5º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5E8671 is Cyan = 0.30, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 94 | 134 | 113 | - |
| CMYK | 0.30 | 0 | 0.16 | 0.47 |
| HSL | 148.5º | 0.18% | 0.45% | - |
| HSV(B) | 148.5º | 0.3% | 0.53% | - |
| XYZ | 16.12 | 20.62 | 18.75 | - |
| YUV | 119.65 | 124.25 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 134 | 113 | 0.30 | 0 | 0.16 | 0.47 | 148.5 | 0.18 | 0.45 |
| Hex | 5E | 86 | 71 | 1E | 0 | 10 | 2F | 94 | 12 | 2D |
| Octal | 136 | 206 | 161 | 36 | 0 | 20 | 57 | 224 | 22 | 55 |
| Binary | 1011110 | 10000110 | 1110001 | 11110 | 0 | 10000 | 101111 | 10010100 | 10010 | 101101 |
Color Harmonies of #5E8671
Complementary color
Monochromatic Colors of #5E8671
Black with #5E8671
Text Example
Text Example
White with #5E8671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8671; }
p { color: rgb(94,134,113); }
H1.HeaderClassName
{
color: #5E8671;
}
.AnyTagClassName
{
color: #5E8671;
}
</style>
background-color css
<style>
a { background-color: #5E8671; }
a { background-color: rgb(94,134,113); }
div.DivClassName
{
background-color: #5E8671;
}
.BgClassName
{
background-color: #5E8671;
}
</style>
border-color css
<style>
span { border-color: #5E8671; }
span { border-color: rgb(94,134,113); }
td.TdClassName
{
border-color: #5E8671;
}
.TagClassName
{
border-color: #5E8671;
}
</style>