Shades of Cutty Sark #5E8972
Tints of Cutty Sark #5E8972
RGB
CMYK
RGB Variations
Color information
#5E8972 (or 0x5E8972) is known color: Cutty Sark. HEX triplet: 5E, 89 and 72. RGB value is (94,137,114). Sum of RGB (Red+Green+Blue) = 94+137+114=345 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.25% from 345); Green value is 137 (53.91% from 255 or 39.71% from 345); Blue value is 114 (44.92% from 255 or 33.04% from 345); Max value from RGB is 137 - color contains mainly: green. Hex color #5E8972 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E8972 is #A1768D. Grayscale: #797979. Windows color (decimal): -10581646 or 7506270. OLE color: 7506270.
HSL color Cylindrical-coordinate representation of color #5E8972: hue angle of 147.91º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5E8972 is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 94 | 137 | 114 | - |
| CMYK | 0.31 | 0 | 0.17 | 0.46 |
| HSL | 147.91º | 0.19% | 0.45% | - |
| HSV(B) | 147.91º | 0.31% | 0.54% | - |
| XYZ | 16.6 | 21.49 | 19.19 | - |
| YUV | 121.52 | 123.75 | 108.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 137 | 114 | 0.31 | 0 | 0.17 | 0.46 | 147.91 | 0.19 | 0.45 |
| Hex | 5E | 89 | 72 | 1F | 0 | 11 | 2E | 94 | 13 | 2D |
| Octal | 136 | 211 | 162 | 37 | 0 | 21 | 56 | 224 | 23 | 55 |
| Binary | 1011110 | 10001001 | 1110010 | 11111 | 0 | 10001 | 101110 | 10010100 | 10011 | 101101 |
Color Harmonies of #5E8972
Complementary color
Monochromatic Colors of #5E8972
Black with #5E8972
Text Example
Text Example
White with #5E8972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8972; }
p { color: rgb(94,137,114); }
H1.HeaderClassName
{
color: #5E8972;
}
.AnyTagClassName
{
color: #5E8972;
}
</style>
background-color css
<style>
a { background-color: #5E8972; }
a { background-color: rgb(94,137,114); }
div.DivClassName
{
background-color: #5E8972;
}
.BgClassName
{
background-color: #5E8972;
}
</style>
border-color css
<style>
span { border-color: #5E8972; }
span { border-color: rgb(94,137,114); }
td.TdClassName
{
border-color: #5E8972;
}
.TagClassName
{
border-color: #5E8972;
}
</style>