Shades of Cutty Sark #5B896D
Tints of Cutty Sark #5B896D
RGB
CMYK
RGB Variations
Color information
#5B896D (or 0x5B896D) is known color: Cutty Sark. HEX triplet: 5B, 89 and 6D. RGB value is (91,137,109). Sum of RGB (Red+Green+Blue) = 91+137+109=337 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.00% from 337); Green value is 137 (53.91% from 255 or 40.65% from 337); Blue value is 109 (42.97% from 255 or 32.34% from 337); Max value from RGB is 137 - color contains mainly: green. Hex color #5B896D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B896D is #A47692. Grayscale: #787878. Windows color (decimal): -10778259 or 7178587. OLE color: 7178587.
HSL color Cylindrical-coordinate representation of color #5B896D: hue angle of 143.48º degrees, saturation: 0.2, 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 #5B896D is Cyan = 0.34, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 91 | 137 | 109 | - |
| CMYK | 0.34 | 0 | 0.20 | 0.46 |
| HSL | 143.48º | 0.2% | 0.45% | - |
| HSV(B) | 143.48º | 0.34% | 0.54% | - |
| XYZ | 16.02 | 21.22 | 17.72 | - |
| YUV | 120.05 | 121.76 | 107.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 137 | 109 | 0.34 | 0 | 0.20 | 0.46 | 143.48 | 0.2 | 0.45 |
| Hex | 5B | 89 | 6D | 22 | 0 | 14 | 2E | 8F | 14 | 2D |
| Octal | 133 | 211 | 155 | 42 | 0 | 24 | 56 | 217 | 24 | 55 |
| Binary | 1011011 | 10001001 | 1101101 | 100010 | 0 | 10100 | 101110 | 10001111 | 10100 | 101101 |
Color Harmonies of #5B896D
Complementary color
Monochromatic Colors of #5B896D
Black with #5B896D
Text Example
Text Example
White with #5B896D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B896D; }
p { color: rgb(91,137,109); }
H1.HeaderClassName
{
color: #5B896D;
}
.AnyTagClassName
{
color: #5B896D;
}
</style>
background-color css
<style>
a { background-color: #5B896D; }
a { background-color: rgb(91,137,109); }
div.DivClassName
{
background-color: #5B896D;
}
.BgClassName
{
background-color: #5B896D;
}
</style>
border-color css
<style>
span { border-color: #5B896D; }
span { border-color: rgb(91,137,109); }
td.TdClassName
{
border-color: #5B896D;
}
.TagClassName
{
border-color: #5B896D;
}
</style>