Shades of Cutty Sark #5A766D
Tints of Cutty Sark #5A766D
RGB
CMYK
RGB Variations
Color information
#5A766D (or 0x5A766D) is known color: Cutty Sark. HEX triplet: 5A, 76 and 6D. RGB value is (90,118,109). Sum of RGB (Red+Green+Blue) = 90+118+109=317 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.39% from 317); Green value is 118 (46.48% from 255 or 37.22% from 317); Blue value is 109 (42.97% from 255 or 34.38% from 317); Max value from RGB is 118 - color contains mainly: green. Hex color #5A766D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A766D is #A58992. Grayscale: #6C6C6C. Windows color (decimal): -10848659 or 7173722. OLE color: 7173722.
HSL color Cylindrical-coordinate representation of color #5A766D: hue angle of 160.71º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5A766D is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 90 | 118 | 109 | - |
| CMYK | 0.24 | 0 | 0.08 | 0.54 |
| HSL | 160.71º | 0.13% | 0.41% | - |
| HSV(B) | 160.71º | 0.24% | 0.46% | - |
| XYZ | 13.46 | 16.23 | 16.89 | - |
| YUV | 108.6 | 128.22 | 114.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 118 | 109 | 0.24 | 0 | 0.08 | 0.54 | 160.71 | 0.13 | 0.41 |
| Hex | 5A | 76 | 6D | 18 | 0 | 8 | 36 | A1 | D | 29 |
| Octal | 132 | 166 | 155 | 30 | 0 | 10 | 66 | 241 | 15 | 51 |
| Binary | 1011010 | 1110110 | 1101101 | 11000 | 0 | 1000 | 110110 | 10100001 | 1101 | 101001 |
Color Harmonies of #5A766D
Complementary color
Monochromatic Colors of #5A766D
Black with #5A766D
Text Example
Text Example
White with #5A766D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A766D; }
p { color: rgb(90,118,109); }
H1.HeaderClassName
{
color: #5A766D;
}
.AnyTagClassName
{
color: #5A766D;
}
</style>
background-color css
<style>
a { background-color: #5A766D; }
a { background-color: rgb(90,118,109); }
div.DivClassName
{
background-color: #5A766D;
}
.BgClassName
{
background-color: #5A766D;
}
</style>
border-color css
<style>
span { border-color: #5A766D; }
span { border-color: rgb(90,118,109); }
td.TdClassName
{
border-color: #5A766D;
}
.TagClassName
{
border-color: #5A766D;
}
</style>