Shades of Cutty Sark #5E796D
Tints of Cutty Sark #5E796D
RGB
CMYK
RGB Variations
Color information
#5E796D (or 0x5E796D) is known color: Cutty Sark. HEX triplet: 5E, 79 and 6D. RGB value is (94,121,109). Sum of RGB (Red+Green+Blue) = 94+121+109=324 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.01% from 324); Green value is 121 (47.66% from 255 or 37.35% from 324); Blue value is 109 (42.97% from 255 or 33.64% from 324); Max value from RGB is 121 - color contains mainly: green. Hex color #5E796D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E796D is #A18692. Grayscale: #6F6F6F. Windows color (decimal): -10585747 or 7174494. OLE color: 7174494.
HSL color Cylindrical-coordinate representation of color #5E796D: hue angle of 153.33º 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 #5E796D is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 94 | 121 | 109 | - |
| CMYK | 0.22 | 0 | 0.10 | 0.53 |
| HSL | 153.33º | 0.13% | 0.42% | - |
| HSV(B) | 153.33º | 0.22% | 0.47% | - |
| XYZ | 14.21 | 17.16 | 17.03 | - |
| YUV | 111.56 | 126.55 | 115.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 121 | 109 | 0.22 | 0 | 0.10 | 0.53 | 153.33 | 0.13 | 0.42 |
| Hex | 5E | 79 | 6D | 16 | 0 | A | 35 | 99 | D | 2A |
| Octal | 136 | 171 | 155 | 26 | 0 | 12 | 65 | 231 | 15 | 52 |
| Binary | 1011110 | 1111001 | 1101101 | 10110 | 0 | 1010 | 110101 | 10011001 | 1101 | 101010 |
Color Harmonies of #5E796D
Complementary color
Monochromatic Colors of #5E796D
Black with #5E796D
Text Example
Text Example
White with #5E796D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E796D; }
p { color: rgb(94,121,109); }
H1.HeaderClassName
{
color: #5E796D;
}
.AnyTagClassName
{
color: #5E796D;
}
</style>
background-color css
<style>
a { background-color: #5E796D; }
a { background-color: rgb(94,121,109); }
div.DivClassName
{
background-color: #5E796D;
}
.BgClassName
{
background-color: #5E796D;
}
</style>
border-color css
<style>
span { border-color: #5E796D; }
span { border-color: rgb(94,121,109); }
td.TdClassName
{
border-color: #5E796D;
}
.TagClassName
{
border-color: #5E796D;
}
</style>