Shades of Cutty Sark #5A776A
Tints of Cutty Sark #5A776A
RGB
CMYK
RGB Variations
Color information
#5A776A (or 0x5A776A) is known color: Cutty Sark. HEX triplet: 5A, 77 and 6A. RGB value is (90,119,106). Sum of RGB (Red+Green+Blue) = 90+119+106=315 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.57% from 315); Green value is 119 (46.88% from 255 or 37.78% from 315); Blue value is 106 (41.80% from 255 or 33.65% from 315); Max value from RGB is 119 - color contains mainly: green. Hex color #5A776A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A776A is #A58895. Grayscale: #6C6C6C. Windows color (decimal): -10848406 or 6977370. OLE color: 6977370.
HSL color Cylindrical-coordinate representation of color #5A776A: hue angle of 153.1º 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 #5A776A is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 90 | 119 | 106 | - |
| CMYK | 0.24 | 0 | 0.11 | 0.53 |
| HSL | 153.1º | 0.14% | 0.41% | - |
| HSV(B) | 153.1º | 0.24% | 0.47% | - |
| XYZ | 13.41 | 16.41 | 16.1 | - |
| YUV | 108.85 | 126.39 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 119 | 106 | 0.24 | 0 | 0.11 | 0.53 | 153.1 | 0.14 | 0.41 |
| Hex | 5A | 77 | 6A | 18 | 0 | B | 35 | 99 | E | 29 |
| Octal | 132 | 167 | 152 | 30 | 0 | 13 | 65 | 231 | 16 | 51 |
| Binary | 1011010 | 1110111 | 1101010 | 11000 | 0 | 1011 | 110101 | 10011001 | 1110 | 101001 |
Color Harmonies of #5A776A
Complementary color
Monochromatic Colors of #5A776A
Black with #5A776A
Text Example
Text Example
White with #5A776A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A776A; }
p { color: rgb(90,119,106); }
H1.HeaderClassName
{
color: #5A776A;
}
.AnyTagClassName
{
color: #5A776A;
}
</style>
background-color css
<style>
a { background-color: #5A776A; }
a { background-color: rgb(90,119,106); }
div.DivClassName
{
background-color: #5A776A;
}
.BgClassName
{
background-color: #5A776A;
}
</style>
border-color css
<style>
span { border-color: #5A776A; }
span { border-color: rgb(90,119,106); }
td.TdClassName
{
border-color: #5A776A;
}
.TagClassName
{
border-color: #5A776A;
}
</style>