Shades of Cutty Sark #5D796C
Tints of Cutty Sark #5D796C
RGB
CMYK
RGB Variations
Color information
#5D796C (or 0x5D796C) is known color: Cutty Sark. HEX triplet: 5D, 79 and 6C. RGB value is (93,121,108). Sum of RGB (Red+Green+Blue) = 93+121+108=322 (42% of max value = 765). Red value is 93 (36.72% from 255 or 28.88% from 322); Green value is 121 (47.66% from 255 or 37.58% from 322); Blue value is 108 (42.58% from 255 or 33.54% from 322); Max value from RGB is 121 - color contains mainly: green. Hex color #5D796C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D796C is #A28693. Grayscale: #6F6F6F. Windows color (decimal): -10651284 or 7108957. OLE color: 7108957.
HSL color Cylindrical-coordinate representation of color #5D796C: hue angle of 152.14º 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 #5D796C is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 93 | 121 | 108 | - |
| CMYK | 0.23 | 0 | 0.11 | 0.53 |
| HSL | 152.14º | 0.13% | 0.42% | - |
| HSV(B) | 152.14º | 0.23% | 0.47% | - |
| XYZ | 14.06 | 17.08 | 16.74 | - |
| YUV | 111.15 | 126.22 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 121 | 108 | 0.23 | 0 | 0.11 | 0.53 | 152.14 | 0.13 | 0.42 |
| Hex | 5D | 79 | 6C | 17 | 0 | B | 35 | 98 | D | 2A |
| Octal | 135 | 171 | 154 | 27 | 0 | 13 | 65 | 230 | 15 | 52 |
| Binary | 1011101 | 1111001 | 1101100 | 10111 | 0 | 1011 | 110101 | 10011000 | 1101 | 101010 |
Color Harmonies of #5D796C
Complementary color
Monochromatic Colors of #5D796C
Black with #5D796C
Text Example
Text Example
White with #5D796C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D796C; }
p { color: rgb(93,121,108); }
H1.HeaderClassName
{
color: #5D796C;
}
.AnyTagClassName
{
color: #5D796C;
}
</style>
background-color css
<style>
a { background-color: #5D796C; }
a { background-color: rgb(93,121,108); }
div.DivClassName
{
background-color: #5D796C;
}
.BgClassName
{
background-color: #5D796C;
}
</style>
border-color css
<style>
span { border-color: #5D796C; }
span { border-color: rgb(93,121,108); }
td.TdClassName
{
border-color: #5D796C;
}
.TagClassName
{
border-color: #5D796C;
}
</style>