Shades of Cutty Sark #5E796F
Tints of Cutty Sark #5E796F
RGB
CMYK
RGB Variations
Color information
#5E796F (or 0x5E796F) is known color: Cutty Sark. HEX triplet: 5E, 79 and 6F. RGB value is (94,121,111). Sum of RGB (Red+Green+Blue) = 94+121+111=326 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.83% from 326); Green value is 121 (47.66% from 255 or 37.12% from 326); Blue value is 111 (43.75% from 255 or 34.05% from 326); Max value from RGB is 121 - color contains mainly: green. Hex color #5E796F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E796F is #A18690. Grayscale: #6F6F6F. Windows color (decimal): -10585745 or 7305566. OLE color: 7305566.
HSL color Cylindrical-coordinate representation of color #5E796F: hue angle of 157.78º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5E796F is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 94 | 121 | 111 | - |
| CMYK | 0.22 | 0 | 0.08 | 0.53 |
| HSL | 157.78º | 0.13% | 0.42% | - |
| HSV(B) | 157.78º | 0.22% | 0.47% | - |
| XYZ | 14.32 | 17.2 | 17.6 | - |
| YUV | 111.79 | 127.55 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 121 | 111 | 0.22 | 0 | 0.08 | 0.53 | 157.78 | 0.13 | 0.42 |
| Hex | 5E | 79 | 6F | 16 | 0 | 8 | 35 | 9E | D | 2A |
| Octal | 136 | 171 | 157 | 26 | 0 | 10 | 65 | 236 | 15 | 52 |
| Binary | 1011110 | 1111001 | 1101111 | 10110 | 0 | 1000 | 110101 | 10011110 | 1101 | 101010 |
Color Harmonies of #5E796F
Complementary color
Monochromatic Colors of #5E796F
Black with #5E796F
Text Example
Text Example
White with #5E796F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E796F; }
p { color: rgb(94,121,111); }
H1.HeaderClassName
{
color: #5E796F;
}
.AnyTagClassName
{
color: #5E796F;
}
</style>
background-color css
<style>
a { background-color: #5E796F; }
a { background-color: rgb(94,121,111); }
div.DivClassName
{
background-color: #5E796F;
}
.BgClassName
{
background-color: #5E796F;
}
</style>
border-color css
<style>
span { border-color: #5E796F; }
span { border-color: rgb(94,121,111); }
td.TdClassName
{
border-color: #5E796F;
}
.TagClassName
{
border-color: #5E796F;
}
</style>