Shades of Cutty Sark #5A776C
Tints of Cutty Sark #5A776C
RGB
CMYK
RGB Variations
Color information
#5A776C (or 0x5A776C) is known color: Cutty Sark. HEX triplet: 5A, 77 and 6C. RGB value is (90,119,108). Sum of RGB (Red+Green+Blue) = 90+119+108=317 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.39% from 317); Green value is 119 (46.88% from 255 or 37.54% from 317); Blue value is 108 (42.58% from 255 or 34.07% from 317); Max value from RGB is 119 - color contains mainly: green. Hex color #5A776C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A776C is #A58893. Grayscale: #6D6D6D. Windows color (decimal): -10848404 or 7108442. OLE color: 7108442.
HSL color Cylindrical-coordinate representation of color #5A776C: hue angle of 157.24º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5A776C is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 90 | 119 | 108 | - |
| CMYK | 0.24 | 0 | 0.09 | 0.53 |
| HSL | 157.24º | 0.14% | 0.41% | - |
| HSV(B) | 157.24º | 0.24% | 0.47% | - |
| XYZ | 13.52 | 16.45 | 16.65 | - |
| YUV | 109.08 | 127.39 | 114.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 119 | 108 | 0.24 | 0 | 0.09 | 0.53 | 157.24 | 0.14 | 0.41 |
| Hex | 5A | 77 | 6C | 18 | 0 | 9 | 35 | 9D | E | 29 |
| Octal | 132 | 167 | 154 | 30 | 0 | 11 | 65 | 235 | 16 | 51 |
| Binary | 1011010 | 1110111 | 1101100 | 11000 | 0 | 1001 | 110101 | 10011101 | 1110 | 101001 |
Color Harmonies of #5A776C
Complementary color
Monochromatic Colors of #5A776C
Black with #5A776C
Text Example
Text Example
White with #5A776C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A776C; }
p { color: rgb(90,119,108); }
H1.HeaderClassName
{
color: #5A776C;
}
.AnyTagClassName
{
color: #5A776C;
}
</style>
background-color css
<style>
a { background-color: #5A776C; }
a { background-color: rgb(90,119,108); }
div.DivClassName
{
background-color: #5A776C;
}
.BgClassName
{
background-color: #5A776C;
}
</style>
border-color css
<style>
span { border-color: #5A776C; }
span { border-color: rgb(90,119,108); }
td.TdClassName
{
border-color: #5A776C;
}
.TagClassName
{
border-color: #5A776C;
}
</style>