Shades of Cutty Sark #5A8773
Tints of Cutty Sark #5A8773
RGB
CMYK
RGB Variations
Color information
#5A8773 (or 0x5A8773) is known color: Cutty Sark. HEX triplet: 5A, 87 and 73. RGB value is (90,135,115). Sum of RGB (Red+Green+Blue) = 90+135+115=340 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.47% from 340); Green value is 135 (53.12% from 255 or 39.71% from 340); Blue value is 115 (45.31% from 255 or 33.82% from 340); Max value from RGB is 135 - color contains mainly: green. Hex color #5A8773 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A8773 is #A5788C. Grayscale: #777777. Windows color (decimal): -10844301 or 7571290. OLE color: 7571290.
HSL color Cylindrical-coordinate representation of color #5A8773: hue angle of 153.33º 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 #5A8773 is Cyan = 0.33, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 90 | 135 | 115 | - |
| CMYK | 0.33 | 0 | 0.15 | 0.47 |
| HSL | 153.33º | 0.2% | 0.44% | - |
| HSV(B) | 153.33º | 0.33% | 0.53% | - |
| XYZ | 15.97 | 20.74 | 19.38 | - |
| YUV | 119.27 | 125.59 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 135 | 115 | 0.33 | 0 | 0.15 | 0.47 | 153.33 | 0.2 | 0.44 |
| Hex | 5A | 87 | 73 | 21 | 0 | F | 2F | 99 | 14 | 2C |
| Octal | 132 | 207 | 163 | 41 | 0 | 17 | 57 | 231 | 24 | 54 |
| Binary | 1011010 | 10000111 | 1110011 | 100001 | 0 | 1111 | 101111 | 10011001 | 10100 | 101100 |
Color Harmonies of #5A8773
Complementary color
Monochromatic Colors of #5A8773
Black with #5A8773
Text Example
Text Example
White with #5A8773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8773; }
p { color: rgb(90,135,115); }
H1.HeaderClassName
{
color: #5A8773;
}
.AnyTagClassName
{
color: #5A8773;
}
</style>
background-color css
<style>
a { background-color: #5A8773; }
a { background-color: rgb(90,135,115); }
div.DivClassName
{
background-color: #5A8773;
}
.BgClassName
{
background-color: #5A8773;
}
</style>
border-color css
<style>
span { border-color: #5A8773; }
span { border-color: rgb(90,135,115); }
td.TdClassName
{
border-color: #5A8773;
}
.TagClassName
{
border-color: #5A8773;
}
</style>