Shades of Cutty Sark #5E8F74
Tints of Cutty Sark #5E8F74
RGB
CMYK
RGB Variations
Color information
#5E8F74 (or 0x5E8F74) is known color: Cutty Sark. HEX triplet: 5E, 8F and 74. RGB value is (94,143,116). Sum of RGB (Red+Green+Blue) = 94+143+116=353 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.63% from 353); Green value is 143 (56.25% from 255 or 40.51% from 353); Blue value is 116 (45.70% from 255 or 32.86% from 353); Max value from RGB is 143 - color contains mainly: green. Hex color #5E8F74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E8F74 is #A1708B. Grayscale: #7D7D7D. Windows color (decimal): -10580108 or 7638878. OLE color: 7638878.
HSL color Cylindrical-coordinate representation of color #5E8F74: hue angle of 146.94º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5E8F74 is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 94 | 143 | 116 | - |
| CMYK | 0.34 | 0 | 0.19 | 0.44 |
| HSL | 146.94º | 0.21% | 0.46% | - |
| HSV(B) | 146.94º | 0.34% | 0.56% | - |
| XYZ | 17.59 | 23.29 | 20.09 | - |
| YUV | 125.27 | 122.77 | 105.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 143 | 116 | 0.34 | 0 | 0.19 | 0.44 | 146.94 | 0.21 | 0.46 |
| Hex | 5E | 8F | 74 | 22 | 0 | 13 | 2C | 93 | 15 | 2E |
| Octal | 136 | 217 | 164 | 42 | 0 | 23 | 54 | 223 | 25 | 56 |
| Binary | 1011110 | 10001111 | 1110100 | 100010 | 0 | 10011 | 101100 | 10010011 | 10101 | 101110 |
Color Harmonies of #5E8F74
Complementary color
Monochromatic Colors of #5E8F74
Black with #5E8F74
Text Example
Text Example
White with #5E8F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8F74; }
p { color: rgb(94,143,116); }
H1.HeaderClassName
{
color: #5E8F74;
}
.AnyTagClassName
{
color: #5E8F74;
}
</style>
background-color css
<style>
a { background-color: #5E8F74; }
a { background-color: rgb(94,143,116); }
div.DivClassName
{
background-color: #5E8F74;
}
.BgClassName
{
background-color: #5E8F74;
}
</style>
border-color css
<style>
span { border-color: #5E8F74; }
span { border-color: rgb(94,143,116); }
td.TdClassName
{
border-color: #5E8F74;
}
.TagClassName
{
border-color: #5E8F74;
}
</style>