Shades of Cutty Sark #5A8E72
Tints of Cutty Sark #5A8E72
RGB
CMYK
RGB Variations
Color information
#5A8E72 (or 0x5A8E72) is known color: Cutty Sark. HEX triplet: 5A, 8E and 72. RGB value is (90,142,114). Sum of RGB (Red+Green+Blue) = 90+142+114=346 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.01% from 346); Green value is 142 (55.86% from 255 or 41.04% from 346); Blue value is 114 (44.92% from 255 or 32.95% from 346); Max value from RGB is 142 - color contains mainly: green. Hex color #5A8E72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A8E72 is #A5718D. Grayscale: #7B7B7B. Windows color (decimal): -10842510 or 7507546. OLE color: 7507546.
HSL color Cylindrical-coordinate representation of color #5A8E72: hue angle of 147.69º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5A8E72 is Cyan = 0.37, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 90 | 142 | 114 | - |
| CMYK | 0.37 | 0 | 0.20 | 0.44 |
| HSL | 147.69º | 0.22% | 0.45% | - |
| HSV(B) | 147.69º | 0.37% | 0.56% | - |
| XYZ | 16.93 | 22.73 | 19.42 | - |
| YUV | 123.26 | 122.77 | 104.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 142 | 114 | 0.37 | 0 | 0.20 | 0.44 | 147.69 | 0.22 | 0.45 |
| Hex | 5A | 8E | 72 | 25 | 0 | 14 | 2C | 94 | 16 | 2D |
| Octal | 132 | 216 | 162 | 45 | 0 | 24 | 54 | 224 | 26 | 55 |
| Binary | 1011010 | 10001110 | 1110010 | 100101 | 0 | 10100 | 101100 | 10010100 | 10110 | 101101 |
Color Harmonies of #5A8E72
Complementary color
Monochromatic Colors of #5A8E72
Black with #5A8E72
Text Example
Text Example
White with #5A8E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8E72; }
p { color: rgb(90,142,114); }
H1.HeaderClassName
{
color: #5A8E72;
}
.AnyTagClassName
{
color: #5A8E72;
}
</style>
background-color css
<style>
a { background-color: #5A8E72; }
a { background-color: rgb(90,142,114); }
div.DivClassName
{
background-color: #5A8E72;
}
.BgClassName
{
background-color: #5A8E72;
}
</style>
border-color css
<style>
span { border-color: #5A8E72; }
span { border-color: rgb(90,142,114); }
td.TdClassName
{
border-color: #5A8E72;
}
.TagClassName
{
border-color: #5A8E72;
}
</style>