Shades of Cutty Sark #5A7A71
Tints of Cutty Sark #5A7A71
RGB
CMYK
RGB Variations
Color information
#5A7A71 (or 0x5A7A71) is known color: Cutty Sark. HEX triplet: 5A, 7A and 71. RGB value is (90,122,113). Sum of RGB (Red+Green+Blue) = 90+122+113=325 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.69% from 325); Green value is 122 (48.05% from 255 or 37.54% from 325); Blue value is 113 (44.53% from 255 or 34.77% from 325); Max value from RGB is 122 - color contains mainly: green. Hex color #5A7A71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7A71 is #A5858E. Grayscale: #6F6F6F. Windows color (decimal): -10847631 or 7436890. OLE color: 7436890.
HSL color Cylindrical-coordinate representation of color #5A7A71: hue angle of 163.12º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5A7A71 is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 90 | 122 | 113 | - |
| CMYK | 0.26 | 0 | 0.07 | 0.52 |
| HSL | 163.13º | 0.15% | 0.42% | - |
| HSV(B) | 163.13º | 0.26% | 0.48% | - |
| XYZ | 14.16 | 17.28 | 18.21 | - |
| YUV | 111.41 | 128.9 | 112.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 122 | 113 | 0.26 | 0 | 0.07 | 0.52 | 163.13 | 0.15 | 0.42 |
| Hex | 5A | 7A | 71 | 1A | 0 | 7 | 34 | A3 | F | 2A |
| Octal | 132 | 172 | 161 | 32 | 0 | 7 | 64 | 243 | 17 | 52 |
| Binary | 1011010 | 1111010 | 1110001 | 11010 | 0 | 111 | 110100 | 10100011 | 1111 | 101010 |
Color Harmonies of #5A7A71
Complementary color
Monochromatic Colors of #5A7A71
Black with #5A7A71
Text Example
Text Example
White with #5A7A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7A71; }
p { color: rgb(90,122,113); }
H1.HeaderClassName
{
color: #5A7A71;
}
.AnyTagClassName
{
color: #5A7A71;
}
</style>
background-color css
<style>
a { background-color: #5A7A71; }
a { background-color: rgb(90,122,113); }
div.DivClassName
{
background-color: #5A7A71;
}
.BgClassName
{
background-color: #5A7A71;
}
</style>
border-color css
<style>
span { border-color: #5A7A71; }
span { border-color: rgb(90,122,113); }
td.TdClassName
{
border-color: #5A7A71;
}
.TagClassName
{
border-color: #5A7A71;
}
</style>