Shades of Cutty Sark #5A896D
Tints of Cutty Sark #5A896D
RGB
CMYK
RGB Variations
Color information
#5A896D (or 0x5A896D) is known color: Cutty Sark. HEX triplet: 5A, 89 and 6D. RGB value is (90,137,109). Sum of RGB (Red+Green+Blue) = 90+137+109=336 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.79% from 336); Green value is 137 (53.91% from 255 or 40.77% from 336); Blue value is 109 (42.97% from 255 or 32.44% from 336); Max value from RGB is 137 - color contains mainly: green. Hex color #5A896D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A896D is #A57692. Grayscale: #777777. Windows color (decimal): -10843795 or 7178586. OLE color: 7178586.
HSL color Cylindrical-coordinate representation of color #5A896D: hue angle of 144.26º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5A896D is Cyan = 0.34, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 90 | 137 | 109 | - |
| CMYK | 0.34 | 0 | 0.20 | 0.46 |
| HSL | 144.26º | 0.21% | 0.45% | - |
| HSV(B) | 144.26º | 0.34% | 0.54% | - |
| XYZ | 15.92 | 21.17 | 17.71 | - |
| YUV | 119.76 | 121.93 | 106.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 137 | 109 | 0.34 | 0 | 0.20 | 0.46 | 144.26 | 0.21 | 0.45 |
| Hex | 5A | 89 | 6D | 22 | 0 | 14 | 2E | 90 | 15 | 2D |
| Octal | 132 | 211 | 155 | 42 | 0 | 24 | 56 | 220 | 25 | 55 |
| Binary | 1011010 | 10001001 | 1101101 | 100010 | 0 | 10100 | 101110 | 10010000 | 10101 | 101101 |
Color Harmonies of #5A896D
Complementary color
Monochromatic Colors of #5A896D
Black with #5A896D
Text Example
Text Example
White with #5A896D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A896D; }
p { color: rgb(90,137,109); }
H1.HeaderClassName
{
color: #5A896D;
}
.AnyTagClassName
{
color: #5A896D;
}
</style>
background-color css
<style>
a { background-color: #5A896D; }
a { background-color: rgb(90,137,109); }
div.DivClassName
{
background-color: #5A896D;
}
.BgClassName
{
background-color: #5A896D;
}
</style>
border-color css
<style>
span { border-color: #5A896D; }
span { border-color: rgb(90,137,109); }
td.TdClassName
{
border-color: #5A896D;
}
.TagClassName
{
border-color: #5A896D;
}
</style>