Shades of Cutty Sark #54896F
Tints of Cutty Sark #54896F
RGB
CMYK
RGB Variations
Color information
#54896F (or 0x54896F) is known color: Cutty Sark. HEX triplet: 54, 89 and 6F. RGB value is (84,137,111). Sum of RGB (Red+Green+Blue) = 84+137+111=332 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.30% from 332); Green value is 137 (53.91% from 255 or 41.27% from 332); Blue value is 111 (43.75% from 255 or 33.43% from 332); Max value from RGB is 137 - color contains mainly: green. Hex color #54896F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54896F is #AB7690. Grayscale: #767676. Windows color (decimal): -11237009 or 7309652. OLE color: 7309652.
HSL color Cylindrical-coordinate representation of color #54896F: hue angle of 150.57º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #54896F is Cyan = 0.39, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 84 | 137 | 111 | - |
| CMYK | 0.39 | 0 | 0.19 | 0.46 |
| HSL | 150.57º | 0.24% | 0.43% | - |
| HSV(B) | 150.57º | 0.39% | 0.54% | - |
| XYZ | 15.47 | 20.92 | 18.26 | - |
| YUV | 118.19 | 123.94 | 103.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 137 | 111 | 0.39 | 0 | 0.19 | 0.46 | 150.57 | 0.24 | 0.43 |
| Hex | 54 | 89 | 6F | 27 | 0 | 13 | 2E | 97 | 18 | 2B |
| Octal | 124 | 211 | 157 | 47 | 0 | 23 | 56 | 227 | 30 | 53 |
| Binary | 1010100 | 10001001 | 1101111 | 100111 | 0 | 10011 | 101110 | 10010111 | 11000 | 101011 |
Color Harmonies of #54896F
Complementary color
Monochromatic Colors of #54896F
Black with #54896F
Text Example
Text Example
White with #54896F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54896F; }
p { color: rgb(84,137,111); }
H1.HeaderClassName
{
color: #54896F;
}
.AnyTagClassName
{
color: #54896F;
}
</style>
background-color css
<style>
a { background-color: #54896F; }
a { background-color: rgb(84,137,111); }
div.DivClassName
{
background-color: #54896F;
}
.BgClassName
{
background-color: #54896F;
}
</style>
border-color css
<style>
span { border-color: #54896F; }
span { border-color: rgb(84,137,111); }
td.TdClassName
{
border-color: #54896F;
}
.TagClassName
{
border-color: #54896F;
}
</style>