Shades of Cutty Sark #5A7A72
Tints of Cutty Sark #5A7A72
RGB
CMYK
RGB Variations
Color information
#5A7A72 (or 0x5A7A72) is known color: Cutty Sark. HEX triplet: 5A, 7A and 72. RGB value is (90,122,114). Sum of RGB (Red+Green+Blue) = 90+122+114=326 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.61% from 326); Green value is 122 (48.05% from 255 or 37.42% from 326); Blue value is 114 (44.92% from 255 or 34.97% from 326); Max value from RGB is 122 - color contains mainly: green. Hex color #5A7A72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7A72 is #A5858D. Grayscale: #6F6F6F. Windows color (decimal): -10847630 or 7502426. OLE color: 7502426.
HSL color Cylindrical-coordinate representation of color #5A7A72: hue angle of 165º 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 #5A7A72 is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 90 | 122 | 114 | - |
| CMYK | 0.26 | 0 | 0.07 | 0.52 |
| HSL | 165º | 0.15% | 0.42% | - |
| HSV(B) | 165º | 0.26% | 0.48% | - |
| XYZ | 14.21 | 17.31 | 18.51 | - |
| YUV | 111.52 | 129.4 | 112.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 122 | 114 | 0.26 | 0 | 0.07 | 0.52 | 165 | 0.15 | 0.42 |
| Hex | 5A | 7A | 72 | 1A | 0 | 7 | 34 | A5 | F | 2A |
| Octal | 132 | 172 | 162 | 32 | 0 | 7 | 64 | 245 | 17 | 52 |
| Binary | 1011010 | 1111010 | 1110010 | 11010 | 0 | 111 | 110100 | 10100101 | 1111 | 101010 |
Color Harmonies of #5A7A72
Complementary color
Monochromatic Colors of #5A7A72
Black with #5A7A72
Text Example
Text Example
White with #5A7A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7A72; }
p { color: rgb(90,122,114); }
H1.HeaderClassName
{
color: #5A7A72;
}
.AnyTagClassName
{
color: #5A7A72;
}
</style>
background-color css
<style>
a { background-color: #5A7A72; }
a { background-color: rgb(90,122,114); }
div.DivClassName
{
background-color: #5A7A72;
}
.BgClassName
{
background-color: #5A7A72;
}
</style>
border-color css
<style>
span { border-color: #5A7A72; }
span { border-color: rgb(90,122,114); }
td.TdClassName
{
border-color: #5A7A72;
}
.TagClassName
{
border-color: #5A7A72;
}
</style>