Shades of Cutty Sark #5E8E79
Tints of Cutty Sark #5E8E79
RGB
CMYK
RGB Variations
Color information
#5E8E79 (or 0x5E8E79) is known color: Cutty Sark. HEX triplet: 5E, 8E and 79. RGB value is (94,142,121). Sum of RGB (Red+Green+Blue) = 94+142+121=357 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.33% from 357); Green value is 142 (55.86% from 255 or 39.78% from 357); Blue value is 121 (47.66% from 255 or 33.89% from 357); Max value from RGB is 142 - color contains mainly: green. Hex color #5E8E79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E8E79 is #A17186. Grayscale: #7D7D7D. Windows color (decimal): -10580359 or 7966302. OLE color: 7966302.
HSL color Cylindrical-coordinate representation of color #5E8E79: hue angle of 153.75º degrees, saturation: 0.2, 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 #5E8E79 is Cyan = 0.34, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 94 | 142 | 121 | - |
| CMYK | 0.34 | 0 | 0.15 | 0.44 |
| HSL | 153.75º | 0.2% | 0.46% | - |
| HSV(B) | 153.75º | 0.34% | 0.56% | - |
| XYZ | 17.74 | 23.11 | 21.61 | - |
| YUV | 125.25 | 125.6 | 105.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 142 | 121 | 0.34 | 0 | 0.15 | 0.44 | 153.75 | 0.2 | 0.46 |
| Hex | 5E | 8E | 79 | 22 | 0 | F | 2C | 9A | 14 | 2E |
| Octal | 136 | 216 | 171 | 42 | 0 | 17 | 54 | 232 | 24 | 56 |
| Binary | 1011110 | 10001110 | 1111001 | 100010 | 0 | 1111 | 101100 | 10011010 | 10100 | 101110 |
Color Harmonies of #5E8E79
Complementary color
Monochromatic Colors of #5E8E79
Black with #5E8E79
Text Example
Text Example
White with #5E8E79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8E79; }
p { color: rgb(94,142,121); }
H1.HeaderClassName
{
color: #5E8E79;
}
.AnyTagClassName
{
color: #5E8E79;
}
</style>
background-color css
<style>
a { background-color: #5E8E79; }
a { background-color: rgb(94,142,121); }
div.DivClassName
{
background-color: #5E8E79;
}
.BgClassName
{
background-color: #5E8E79;
}
</style>
border-color css
<style>
span { border-color: #5E8E79; }
span { border-color: rgb(94,142,121); }
td.TdClassName
{
border-color: #5E8E79;
}
.TagClassName
{
border-color: #5E8E79;
}
</style>