Shades of Cutty Sark #5A8778
Tints of Cutty Sark #5A8778
RGB
CMYK
RGB Variations
Color information
#5A8778 (or 0x5A8778) is known color: Cutty Sark. HEX triplet: 5A, 87 and 78. RGB value is (90,135,120). Sum of RGB (Red+Green+Blue) = 90+135+120=345 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.09% from 345); Green value is 135 (53.12% from 255 or 39.13% from 345); Blue value is 120 (47.27% from 255 or 34.78% from 345); Max value from RGB is 135 - color contains mainly: green. Hex color #5A8778 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A8778 is #A57887. Grayscale: #777777. Windows color (decimal): -10844296 or 7898970. OLE color: 7898970.
HSL color Cylindrical-coordinate representation of color #5A8778: hue angle of 160º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5A8778 is Cyan = 0.33, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 90 | 135 | 120 | - |
| CMYK | 0.33 | 0 | 0.11 | 0.47 |
| HSL | 160º | 0.2% | 0.44% | - |
| HSV(B) | 160º | 0.33% | 0.53% | - |
| XYZ | 16.27 | 20.86 | 20.94 | - |
| YUV | 119.84 | 128.09 | 106.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 135 | 120 | 0.33 | 0 | 0.11 | 0.47 | 160 | 0.2 | 0.44 |
| Hex | 5A | 87 | 78 | 21 | 0 | B | 2F | A0 | 14 | 2C |
| Octal | 132 | 207 | 170 | 41 | 0 | 13 | 57 | 240 | 24 | 54 |
| Binary | 1011010 | 10000111 | 1111000 | 100001 | 0 | 1011 | 101111 | 10100000 | 10100 | 101100 |
Color Harmonies of #5A8778
Complementary color
Monochromatic Colors of #5A8778
Black with #5A8778
Text Example
Text Example
White with #5A8778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8778; }
p { color: rgb(90,135,120); }
H1.HeaderClassName
{
color: #5A8778;
}
.AnyTagClassName
{
color: #5A8778;
}
</style>
background-color css
<style>
a { background-color: #5A8778; }
a { background-color: rgb(90,135,120); }
div.DivClassName
{
background-color: #5A8778;
}
.BgClassName
{
background-color: #5A8778;
}
</style>
border-color css
<style>
span { border-color: #5A8778; }
span { border-color: rgb(90,135,120); }
td.TdClassName
{
border-color: #5A8778;
}
.TagClassName
{
border-color: #5A8778;
}
</style>