Shades of Cutty Sark #5A8B70
Tints of Cutty Sark #5A8B70
RGB
CMYK
RGB Variations
Color information
#5A8B70 (or 0x5A8B70) is known color: Cutty Sark. HEX triplet: 5A, 8B and 70. RGB value is (90,139,112). Sum of RGB (Red+Green+Blue) = 90+139+112=341 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.39% from 341); Green value is 139 (54.69% from 255 or 40.76% from 341); Blue value is 112 (44.14% from 255 or 32.84% from 341); Max value from RGB is 139 - color contains mainly: green. Hex color #5A8B70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A8B70 is #A5748F. Grayscale: #797979. Windows color (decimal): -10843280 or 7375706. OLE color: 7375706.
HSL color Cylindrical-coordinate representation of color #5A8B70: hue angle of 146.94º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5A8B70 is Cyan = 0.35, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 90 | 139 | 112 | - |
| CMYK | 0.35 | 0 | 0.19 | 0.45 |
| HSL | 146.94º | 0.21% | 0.45% | - |
| HSV(B) | 146.94º | 0.35% | 0.55% | - |
| XYZ | 16.37 | 21.81 | 18.68 | - |
| YUV | 121.27 | 122.77 | 105.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 139 | 112 | 0.35 | 0 | 0.19 | 0.45 | 146.94 | 0.21 | 0.45 |
| Hex | 5A | 8B | 70 | 23 | 0 | 13 | 2D | 93 | 15 | 2D |
| Octal | 132 | 213 | 160 | 43 | 0 | 23 | 55 | 223 | 25 | 55 |
| Binary | 1011010 | 10001011 | 1110000 | 100011 | 0 | 10011 | 101101 | 10010011 | 10101 | 101101 |
Color Harmonies of #5A8B70
Complementary color
Monochromatic Colors of #5A8B70
Black with #5A8B70
Text Example
Text Example
White with #5A8B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8B70; }
p { color: rgb(90,139,112); }
H1.HeaderClassName
{
color: #5A8B70;
}
.AnyTagClassName
{
color: #5A8B70;
}
</style>
background-color css
<style>
a { background-color: #5A8B70; }
a { background-color: rgb(90,139,112); }
div.DivClassName
{
background-color: #5A8B70;
}
.BgClassName
{
background-color: #5A8B70;
}
</style>
border-color css
<style>
span { border-color: #5A8B70; }
span { border-color: rgb(90,139,112); }
td.TdClassName
{
border-color: #5A8B70;
}
.TagClassName
{
border-color: #5A8B70;
}
</style>