Shades of Cutty Sark #5E856F
Tints of Cutty Sark #5E856F
RGB
CMYK
RGB Variations
Color information
#5E856F (or 0x5E856F) is known color: Cutty Sark. HEX triplet: 5E, 85 and 6F. RGB value is (94,133,111). Sum of RGB (Red+Green+Blue) = 94+133+111=338 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.81% from 338); Green value is 133 (52.34% from 255 or 39.35% from 338); Blue value is 111 (43.75% from 255 or 32.84% from 338); Max value from RGB is 133 - color contains mainly: green. Hex color #5E856F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E856F is #A17A90. Grayscale: #767676. Windows color (decimal): -10582673 or 7308638. OLE color: 7308638.
HSL color Cylindrical-coordinate representation of color #5E856F: hue angle of 146.15º 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 #5E856F is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 94 | 133 | 111 | - |
| CMYK | 0.29 | 0 | 0.17 | 0.48 |
| HSL | 146.15º | 0.17% | 0.45% | - |
| HSV(B) | 146.15º | 0.29% | 0.52% | - |
| XYZ | 15.87 | 20.3 | 18.12 | - |
| YUV | 118.83 | 123.58 | 110.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 133 | 111 | 0.29 | 0 | 0.17 | 0.48 | 146.15 | 0.17 | 0.45 |
| Hex | 5E | 85 | 6F | 1D | 0 | 11 | 30 | 92 | 11 | 2D |
| Octal | 136 | 205 | 157 | 35 | 0 | 21 | 60 | 222 | 21 | 55 |
| Binary | 1011110 | 10000101 | 1101111 | 11101 | 0 | 10001 | 110000 | 10010010 | 10001 | 101101 |
Color Harmonies of #5E856F
Complementary color
Monochromatic Colors of #5E856F
Black with #5E856F
Text Example
Text Example
White with #5E856F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E856F; }
p { color: rgb(94,133,111); }
H1.HeaderClassName
{
color: #5E856F;
}
.AnyTagClassName
{
color: #5E856F;
}
</style>
background-color css
<style>
a { background-color: #5E856F; }
a { background-color: rgb(94,133,111); }
div.DivClassName
{
background-color: #5E856F;
}
.BgClassName
{
background-color: #5E856F;
}
</style>
border-color css
<style>
span { border-color: #5E856F; }
span { border-color: rgb(94,133,111); }
td.TdClassName
{
border-color: #5E856F;
}
.TagClassName
{
border-color: #5E856F;
}
</style>