Shades of Cutty Sark #5A766C
Tints of Cutty Sark #5A766C
RGB
CMYK
RGB Variations
Color information
#5A766C (or 0x5A766C) is known color: Cutty Sark. HEX triplet: 5A, 76 and 6C. RGB value is (90,118,108). Sum of RGB (Red+Green+Blue) = 90+118+108=316 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.48% from 316); Green value is 118 (46.48% from 255 or 37.34% from 316); Blue value is 108 (42.58% from 255 or 34.18% from 316); Max value from RGB is 118 - color contains mainly: green. Hex color #5A766C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A766C is #A58993. Grayscale: #6C6C6C. Windows color (decimal): -10848660 or 7108186. OLE color: 7108186.
HSL color Cylindrical-coordinate representation of color #5A766C: hue angle of 158.57º 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 #5A766C is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 90 | 118 | 108 | - |
| CMYK | 0.24 | 0 | 0.08 | 0.54 |
| HSL | 158.57º | 0.13% | 0.41% | - |
| HSV(B) | 158.57º | 0.24% | 0.46% | - |
| XYZ | 13.4 | 16.21 | 16.61 | - |
| YUV | 108.49 | 127.72 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 118 | 108 | 0.24 | 0 | 0.08 | 0.54 | 158.57 | 0.13 | 0.41 |
| Hex | 5A | 76 | 6C | 18 | 0 | 8 | 36 | 9F | D | 29 |
| Octal | 132 | 166 | 154 | 30 | 0 | 10 | 66 | 237 | 15 | 51 |
| Binary | 1011010 | 1110110 | 1101100 | 11000 | 0 | 1000 | 110110 | 10011111 | 1101 | 101001 |
Color Harmonies of #5A766C
Complementary color
Monochromatic Colors of #5A766C
Black with #5A766C
Text Example
Text Example
White with #5A766C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A766C; }
p { color: rgb(90,118,108); }
H1.HeaderClassName
{
color: #5A766C;
}
.AnyTagClassName
{
color: #5A766C;
}
</style>
background-color css
<style>
a { background-color: #5A766C; }
a { background-color: rgb(90,118,108); }
div.DivClassName
{
background-color: #5A766C;
}
.BgClassName
{
background-color: #5A766C;
}
</style>
border-color css
<style>
span { border-color: #5A766C; }
span { border-color: rgb(90,118,108); }
td.TdClassName
{
border-color: #5A766C;
}
.TagClassName
{
border-color: #5A766C;
}
</style>