Shades of Cutty Sark #5A776B
Tints of Cutty Sark #5A776B
RGB
CMYK
RGB Variations
Color information
#5A776B (or 0x5A776B) is known color: Cutty Sark. HEX triplet: 5A, 77 and 6B. RGB value is (90,119,107). Sum of RGB (Red+Green+Blue) = 90+119+107=316 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.48% from 316); Green value is 119 (46.88% from 255 or 37.66% from 316); Blue value is 107 (42.19% from 255 or 33.86% from 316); Max value from RGB is 119 - color contains mainly: green. Hex color #5A776B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A776B is #A58894. Grayscale: #6C6C6C. Windows color (decimal): -10848405 or 7042906. OLE color: 7042906.
HSL color Cylindrical-coordinate representation of color #5A776B: hue angle of 155.17º 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 #5A776B is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 90 | 119 | 107 | - |
| CMYK | 0.24 | 0 | 0.10 | 0.53 |
| HSL | 155.17º | 0.14% | 0.41% | - |
| HSV(B) | 155.17º | 0.24% | 0.47% | - |
| XYZ | 13.47 | 16.43 | 16.37 | - |
| YUV | 108.96 | 126.89 | 114.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 119 | 107 | 0.24 | 0 | 0.10 | 0.53 | 155.17 | 0.14 | 0.41 |
| Hex | 5A | 77 | 6B | 18 | 0 | A | 35 | 9B | E | 29 |
| Octal | 132 | 167 | 153 | 30 | 0 | 12 | 65 | 233 | 16 | 51 |
| Binary | 1011010 | 1110111 | 1101011 | 11000 | 0 | 1010 | 110101 | 10011011 | 1110 | 101001 |
Color Harmonies of #5A776B
Complementary color
Monochromatic Colors of #5A776B
Black with #5A776B
Text Example
Text Example
White with #5A776B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A776B; }
p { color: rgb(90,119,107); }
H1.HeaderClassName
{
color: #5A776B;
}
.AnyTagClassName
{
color: #5A776B;
}
</style>
background-color css
<style>
a { background-color: #5A776B; }
a { background-color: rgb(90,119,107); }
div.DivClassName
{
background-color: #5A776B;
}
.BgClassName
{
background-color: #5A776B;
}
</style>
border-color css
<style>
span { border-color: #5A776B; }
span { border-color: rgb(90,119,107); }
td.TdClassName
{
border-color: #5A776B;
}
.TagClassName
{
border-color: #5A776B;
}
</style>