Shades of Cutty Sark #5B896E
Tints of Cutty Sark #5B896E
RGB
CMYK
RGB Variations
Color information
#5B896E (or 0x5B896E) is known color: Cutty Sark. HEX triplet: 5B, 89 and 6E. RGB value is (91,137,110). Sum of RGB (Red+Green+Blue) = 91+137+110=338 (44% of max value = 765). Red value is 91 (35.94% from 255 or 26.92% from 338); Green value is 137 (53.91% from 255 or 40.53% from 338); Blue value is 110 (43.36% from 255 or 32.54% from 338); Max value from RGB is 137 - color contains mainly: green. Hex color #5B896E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B896E is #A47691. Grayscale: #787878. Windows color (decimal): -10778258 or 7244123. OLE color: 7244123.
HSL color Cylindrical-coordinate representation of color #5B896E: hue angle of 144.78º 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 #5B896E is Cyan = 0.34, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 91 | 137 | 110 | - |
| CMYK | 0.34 | 0 | 0.20 | 0.46 |
| HSL | 144.78º | 0.2% | 0.45% | - |
| HSV(B) | 144.78º | 0.34% | 0.54% | - |
| XYZ | 16.07 | 21.24 | 18 | - |
| YUV | 120.17 | 122.26 | 107.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 137 | 110 | 0.34 | 0 | 0.20 | 0.46 | 144.78 | 0.2 | 0.45 |
| Hex | 5B | 89 | 6E | 22 | 0 | 14 | 2E | 91 | 14 | 2D |
| Octal | 133 | 211 | 156 | 42 | 0 | 24 | 56 | 221 | 24 | 55 |
| Binary | 1011011 | 10001001 | 1101110 | 100010 | 0 | 10100 | 101110 | 10010001 | 10100 | 101101 |
Color Harmonies of #5B896E
Complementary color
Monochromatic Colors of #5B896E
Black with #5B896E
Text Example
Text Example
White with #5B896E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B896E; }
p { color: rgb(91,137,110); }
H1.HeaderClassName
{
color: #5B896E;
}
.AnyTagClassName
{
color: #5B896E;
}
</style>
background-color css
<style>
a { background-color: #5B896E; }
a { background-color: rgb(91,137,110); }
div.DivClassName
{
background-color: #5B896E;
}
.BgClassName
{
background-color: #5B896E;
}
</style>
border-color css
<style>
span { border-color: #5B896E; }
span { border-color: rgb(91,137,110); }
td.TdClassName
{
border-color: #5B896E;
}
.TagClassName
{
border-color: #5B896E;
}
</style>