Shades of Cutty Sark #5A8877
Tints of Cutty Sark #5A8877
RGB
CMYK
RGB Variations
Color information
#5A8877 (or 0x5A8877) is known color: Cutty Sark. HEX triplet: 5A, 88 and 77. RGB value is (90,136,119). Sum of RGB (Red+Green+Blue) = 90+136+119=345 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.09% from 345); Green value is 136 (53.52% from 255 or 39.42% from 345); Blue value is 119 (46.88% from 255 or 34.49% from 345); Max value from RGB is 136 - color contains mainly: green. Hex color #5A8877 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A8877 is #A57788. Grayscale: #787878. Windows color (decimal): -10844041 or 7833690. OLE color: 7833690.
HSL color Cylindrical-coordinate representation of color #5A8877: hue angle of 157.83º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5A8877 is Cyan = 0.34, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 90 | 136 | 119 | - |
| CMYK | 0.34 | 0 | 0.12 | 0.47 |
| HSL | 157.83º | 0.2% | 0.44% | - |
| HSV(B) | 157.83º | 0.34% | 0.53% | - |
| XYZ | 16.35 | 21.11 | 20.67 | - |
| YUV | 120.31 | 127.26 | 106.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 136 | 119 | 0.34 | 0 | 0.12 | 0.47 | 157.83 | 0.2 | 0.44 |
| Hex | 5A | 88 | 77 | 22 | 0 | C | 2F | 9E | 14 | 2C |
| Octal | 132 | 210 | 167 | 42 | 0 | 14 | 57 | 236 | 24 | 54 |
| Binary | 1011010 | 10001000 | 1110111 | 100010 | 0 | 1100 | 101111 | 10011110 | 10100 | 101100 |
Color Harmonies of #5A8877
Complementary color
Monochromatic Colors of #5A8877
Black with #5A8877
Text Example
Text Example
White with #5A8877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8877; }
p { color: rgb(90,136,119); }
H1.HeaderClassName
{
color: #5A8877;
}
.AnyTagClassName
{
color: #5A8877;
}
</style>
background-color css
<style>
a { background-color: #5A8877; }
a { background-color: rgb(90,136,119); }
div.DivClassName
{
background-color: #5A8877;
}
.BgClassName
{
background-color: #5A8877;
}
</style>
border-color css
<style>
span { border-color: #5A8877; }
span { border-color: rgb(90,136,119); }
td.TdClassName
{
border-color: #5A8877;
}
.TagClassName
{
border-color: #5A8877;
}
</style>