Shades of Cutty Sark #5A806E
Tints of Cutty Sark #5A806E
RGB
CMYK
RGB Variations
Color information
#5A806E (or 0x5A806E) is known color: Cutty Sark. HEX triplet: 5A, 80 and 6E. RGB value is (90,128,110). Sum of RGB (Red+Green+Blue) = 90+128+110=328 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.44% from 328); Green value is 128 (50.39% from 255 or 39.02% from 328); Blue value is 110 (43.36% from 255 or 33.54% from 328); Max value from RGB is 128 - color contains mainly: green. Hex color #5A806E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A806E is #A57F91. Grayscale: #727272. Windows color (decimal): -10846098 or 7241818. OLE color: 7241818.
HSL color Cylindrical-coordinate representation of color #5A806E: hue angle of 151.58º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5A806E is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 90 | 128 | 110 | - |
| CMYK | 0.30 | 0 | 0.14 | 0.50 |
| HSL | 151.58º | 0.17% | 0.43% | - |
| HSV(B) | 151.58º | 0.3% | 0.5% | - |
| XYZ | 14.75 | 18.74 | 17.59 | - |
| YUV | 114.59 | 125.41 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 128 | 110 | 0.30 | 0 | 0.14 | 0.50 | 151.58 | 0.17 | 0.43 |
| Hex | 5A | 80 | 6E | 1E | 0 | E | 32 | 98 | 11 | 2B |
| Octal | 132 | 200 | 156 | 36 | 0 | 16 | 62 | 230 | 21 | 53 |
| Binary | 1011010 | 10000000 | 1101110 | 11110 | 0 | 1110 | 110010 | 10011000 | 10001 | 101011 |
Color Harmonies of #5A806E
Complementary color
Monochromatic Colors of #5A806E
Black with #5A806E
Text Example
Text Example
White with #5A806E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A806E; }
p { color: rgb(90,128,110); }
H1.HeaderClassName
{
color: #5A806E;
}
.AnyTagClassName
{
color: #5A806E;
}
</style>
background-color css
<style>
a { background-color: #5A806E; }
a { background-color: rgb(90,128,110); }
div.DivClassName
{
background-color: #5A806E;
}
.BgClassName
{
background-color: #5A806E;
}
</style>
border-color css
<style>
span { border-color: #5A806E; }
span { border-color: rgb(90,128,110); }
td.TdClassName
{
border-color: #5A806E;
}
.TagClassName
{
border-color: #5A806E;
}
</style>