Shades of Cutty Sark #5A766E
Tints of Cutty Sark #5A766E
RGB
CMYK
RGB Variations
Color information
#5A766E (or 0x5A766E) is known color: Cutty Sark. HEX triplet: 5A, 76 and 6E. RGB value is (90,118,110). Sum of RGB (Red+Green+Blue) = 90+118+110=318 (42% of max value = 765). Red value is 90 (35.55% from 255 or 28.30% from 318); Green value is 118 (46.48% from 255 or 37.11% from 318); Blue value is 110 (43.36% from 255 or 34.59% from 318); Max value from RGB is 118 - color contains mainly: green. Hex color #5A766E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A766E is #A58991. Grayscale: #6C6C6C. Windows color (decimal): -10848658 or 7239258. OLE color: 7239258.
HSL color Cylindrical-coordinate representation of color #5A766E: hue angle of 162.86º 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 #5A766E is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 90 | 118 | 110 | - |
| CMYK | 0.24 | 0 | 0.07 | 0.54 |
| HSL | 162.86º | 0.13% | 0.41% | - |
| HSV(B) | 162.86º | 0.24% | 0.46% | - |
| XYZ | 13.51 | 16.26 | 17.18 | - |
| YUV | 108.72 | 128.72 | 114.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 118 | 110 | 0.24 | 0 | 0.07 | 0.54 | 162.86 | 0.13 | 0.41 |
| Hex | 5A | 76 | 6E | 18 | 0 | 7 | 36 | A3 | D | 29 |
| Octal | 132 | 166 | 156 | 30 | 0 | 7 | 66 | 243 | 15 | 51 |
| Binary | 1011010 | 1110110 | 1101110 | 11000 | 0 | 111 | 110110 | 10100011 | 1101 | 101001 |
Color Harmonies of #5A766E
Complementary color
Monochromatic Colors of #5A766E
Black with #5A766E
Text Example
Text Example
White with #5A766E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A766E; }
p { color: rgb(90,118,110); }
H1.HeaderClassName
{
color: #5A766E;
}
.AnyTagClassName
{
color: #5A766E;
}
</style>
background-color css
<style>
a { background-color: #5A766E; }
a { background-color: rgb(90,118,110); }
div.DivClassName
{
background-color: #5A766E;
}
.BgClassName
{
background-color: #5A766E;
}
</style>
border-color css
<style>
span { border-color: #5A766E; }
span { border-color: rgb(90,118,110); }
td.TdClassName
{
border-color: #5A766E;
}
.TagClassName
{
border-color: #5A766E;
}
</style>