Shades of Cutty Sark #5A7A6F
Tints of Cutty Sark #5A7A6F
RGB
CMYK
RGB Variations
Color information
#5A7A6F (or 0x5A7A6F) is known color: Cutty Sark. HEX triplet: 5A, 7A and 6F. RGB value is (90,122,111). Sum of RGB (Red+Green+Blue) = 90+122+111=323 (42% of max value = 765). Red value is 90 (35.55% from 255 or 27.86% from 323); Green value is 122 (48.05% from 255 or 37.77% from 323); Blue value is 111 (43.75% from 255 or 34.37% from 323); Max value from RGB is 122 - color contains mainly: green. Hex color #5A7A6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7A6F is #A58590. Grayscale: #6F6F6F. Windows color (decimal): -10847633 or 7305818. OLE color: 7305818.
HSL color Cylindrical-coordinate representation of color #5A7A6F: hue angle of 159.38º 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 #5A7A6F is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 90 | 122 | 111 | - |
| CMYK | 0.26 | 0 | 0.09 | 0.52 |
| HSL | 159.38º | 0.15% | 0.42% | - |
| HSV(B) | 159.38º | 0.26% | 0.48% | - |
| XYZ | 14.05 | 17.24 | 17.63 | - |
| YUV | 111.18 | 127.9 | 112.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 122 | 111 | 0.26 | 0 | 0.09 | 0.52 | 159.38 | 0.15 | 0.42 |
| Hex | 5A | 7A | 6F | 1A | 0 | 9 | 34 | 9F | F | 2A |
| Octal | 132 | 172 | 157 | 32 | 0 | 11 | 64 | 237 | 17 | 52 |
| Binary | 1011010 | 1111010 | 1101111 | 11010 | 0 | 1001 | 110100 | 10011111 | 1111 | 101010 |
Color Harmonies of #5A7A6F
Complementary color
Monochromatic Colors of #5A7A6F
Black with #5A7A6F
Text Example
Text Example
White with #5A7A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7A6F; }
p { color: rgb(90,122,111); }
H1.HeaderClassName
{
color: #5A7A6F;
}
.AnyTagClassName
{
color: #5A7A6F;
}
</style>
background-color css
<style>
a { background-color: #5A7A6F; }
a { background-color: rgb(90,122,111); }
div.DivClassName
{
background-color: #5A7A6F;
}
.BgClassName
{
background-color: #5A7A6F;
}
</style>
border-color css
<style>
span { border-color: #5A7A6F; }
span { border-color: rgb(90,122,111); }
td.TdClassName
{
border-color: #5A7A6F;
}
.TagClassName
{
border-color: #5A7A6F;
}
</style>