Shades of Cutty Sark #55896F
Tints of Cutty Sark #55896F
RGB
CMYK
RGB Variations
Color information
#55896F (or 0x55896F) is known color: Cutty Sark. HEX triplet: 55, 89 and 6F. RGB value is (85,137,111). Sum of RGB (Red+Green+Blue) = 85+137+111=333 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.53% from 333); Green value is 137 (53.91% from 255 or 41.14% from 333); Blue value is 111 (43.75% from 255 or 33.33% from 333); Max value from RGB is 137 - color contains mainly: green. Hex color #55896F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55896F is #AA7690. Grayscale: #767676. Windows color (decimal): -11171473 or 7309653. OLE color: 7309653.
HSL color Cylindrical-coordinate representation of color #55896F: hue angle of 150º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #55896F is Cyan = 0.38, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 85 | 137 | 111 | - |
| CMYK | 0.38 | 0 | 0.19 | 0.46 |
| HSL | 150º | 0.23% | 0.44% | - |
| HSV(B) | 150º | 0.38% | 0.54% | - |
| XYZ | 15.56 | 20.97 | 18.27 | - |
| YUV | 118.49 | 123.77 | 104.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 137 | 111 | 0.38 | 0 | 0.19 | 0.46 | 150 | 0.23 | 0.44 |
| Hex | 55 | 89 | 6F | 26 | 0 | 13 | 2E | 96 | 17 | 2C |
| Octal | 125 | 211 | 157 | 46 | 0 | 23 | 56 | 226 | 27 | 54 |
| Binary | 1010101 | 10001001 | 1101111 | 100110 | 0 | 10011 | 101110 | 10010110 | 10111 | 101100 |
Color Harmonies of #55896F
Complementary color
Monochromatic Colors of #55896F
Black with #55896F
Text Example
Text Example
White with #55896F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55896F; }
p { color: rgb(85,137,111); }
H1.HeaderClassName
{
color: #55896F;
}
.AnyTagClassName
{
color: #55896F;
}
</style>
background-color css
<style>
a { background-color: #55896F; }
a { background-color: rgb(85,137,111); }
div.DivClassName
{
background-color: #55896F;
}
.BgClassName
{
background-color: #55896F;
}
</style>
border-color css
<style>
span { border-color: #55896F; }
span { border-color: rgb(85,137,111); }
td.TdClassName
{
border-color: #55896F;
}
.TagClassName
{
border-color: #55896F;
}
</style>