Shades of Cutty Sark #5D796D
Tints of Cutty Sark #5D796D
RGB
CMYK
RGB Variations
Color information
#5D796D (or 0x5D796D) is known color: Cutty Sark. HEX triplet: 5D, 79 and 6D. RGB value is (93,121,109). Sum of RGB (Red+Green+Blue) = 93+121+109=323 (42% of max value = 765). Red value is 93 (36.72% from 255 or 28.79% from 323); Green value is 121 (47.66% from 255 or 37.46% from 323); Blue value is 109 (42.97% from 255 or 33.75% from 323); Max value from RGB is 121 - color contains mainly: green. Hex color #5D796D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D796D is #A28692. Grayscale: #6F6F6F. Windows color (decimal): -10651283 or 7174493. OLE color: 7174493.
HSL color Cylindrical-coordinate representation of color #5D796D: hue angle of 154.29º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5D796D is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 93 | 121 | 109 | - |
| CMYK | 0.23 | 0 | 0.10 | 0.53 |
| HSL | 154.29º | 0.13% | 0.42% | - |
| HSV(B) | 154.29º | 0.23% | 0.47% | - |
| XYZ | 14.11 | 17.11 | 17.03 | - |
| YUV | 111.26 | 126.72 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 121 | 109 | 0.23 | 0 | 0.10 | 0.53 | 154.29 | 0.13 | 0.42 |
| Hex | 5D | 79 | 6D | 17 | 0 | A | 35 | 9A | D | 2A |
| Octal | 135 | 171 | 155 | 27 | 0 | 12 | 65 | 232 | 15 | 52 |
| Binary | 1011101 | 1111001 | 1101101 | 10111 | 0 | 1010 | 110101 | 10011010 | 1101 | 101010 |
Color Harmonies of #5D796D
Complementary color
Monochromatic Colors of #5D796D
Black with #5D796D
Text Example
Text Example
White with #5D796D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D796D; }
p { color: rgb(93,121,109); }
H1.HeaderClassName
{
color: #5D796D;
}
.AnyTagClassName
{
color: #5D796D;
}
</style>
background-color css
<style>
a { background-color: #5D796D; }
a { background-color: rgb(93,121,109); }
div.DivClassName
{
background-color: #5D796D;
}
.BgClassName
{
background-color: #5D796D;
}
</style>
border-color css
<style>
span { border-color: #5D796D; }
span { border-color: rgb(93,121,109); }
td.TdClassName
{
border-color: #5D796D;
}
.TagClassName
{
border-color: #5D796D;
}
</style>