Shades of Cutty Sark #5A8D6D
Tints of Cutty Sark #5A8D6D
RGB
CMYK
RGB Variations
Color information
#5A8D6D (or 0x5A8D6D) is known color: Cutty Sark. HEX triplet: 5A, 8D and 6D. RGB value is (90,141,109). Sum of RGB (Red+Green+Blue) = 90+141+109=340 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.47% from 340); Green value is 141 (55.47% from 255 or 41.47% from 340); Blue value is 109 (42.97% from 255 or 32.06% from 340); Max value from RGB is 141 - color contains mainly: green. Hex color #5A8D6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A8D6D is #A57292. Grayscale: #7A7A7A. Windows color (decimal): -10842771 or 7179610. OLE color: 7179610.
HSL color Cylindrical-coordinate representation of color #5A8D6D: hue angle of 142.35º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5A8D6D is Cyan = 0.36, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 90 | 141 | 109 | - |
| CMYK | 0.36 | 0 | 0.23 | 0.45 |
| HSL | 142.35º | 0.22% | 0.45% | - |
| HSV(B) | 142.35º | 0.36% | 0.55% | - |
| XYZ | 16.5 | 22.33 | 17.91 | - |
| YUV | 122.1 | 120.6 | 105.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 141 | 109 | 0.36 | 0 | 0.23 | 0.45 | 142.35 | 0.22 | 0.45 |
| Hex | 5A | 8D | 6D | 24 | 0 | 17 | 2D | 8E | 16 | 2D |
| Octal | 132 | 215 | 155 | 44 | 0 | 27 | 55 | 216 | 26 | 55 |
| Binary | 1011010 | 10001101 | 1101101 | 100100 | 0 | 10111 | 101101 | 10001110 | 10110 | 101101 |
Color Harmonies of #5A8D6D
Complementary color
Monochromatic Colors of #5A8D6D
Black with #5A8D6D
Text Example
Text Example
White with #5A8D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8D6D; }
p { color: rgb(90,141,109); }
H1.HeaderClassName
{
color: #5A8D6D;
}
.AnyTagClassName
{
color: #5A8D6D;
}
</style>
background-color css
<style>
a { background-color: #5A8D6D; }
a { background-color: rgb(90,141,109); }
div.DivClassName
{
background-color: #5A8D6D;
}
.BgClassName
{
background-color: #5A8D6D;
}
</style>
border-color css
<style>
span { border-color: #5A8D6D; }
span { border-color: rgb(90,141,109); }
td.TdClassName
{
border-color: #5A8D6D;
}
.TagClassName
{
border-color: #5A8D6D;
}
</style>