Shades of Cutty Sark #54896A
Tints of Cutty Sark #54896A
RGB
CMYK
RGB Variations
Color information
#54896A (or 0x54896A) is known color: Cutty Sark. HEX triplet: 54, 89 and 6A. RGB value is (84,137,106). Sum of RGB (Red+Green+Blue) = 84+137+106=327 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.69% from 327); Green value is 137 (53.91% from 255 or 41.90% from 327); Blue value is 106 (41.80% from 255 or 32.42% from 327); Max value from RGB is 137 - color contains mainly: green. Hex color #54896A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54896A is #AB7695. Grayscale: #757575. Windows color (decimal): -11237014 or 6981972. OLE color: 6981972.
HSL color Cylindrical-coordinate representation of color #54896A: hue angle of 144.91º 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 #54896A is Cyan = 0.39, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 84 | 137 | 106 | - |
| CMYK | 0.39 | 0 | 0.23 | 0.46 |
| HSL | 144.91º | 0.24% | 0.43% | - |
| HSV(B) | 144.91º | 0.39% | 0.54% | - |
| XYZ | 15.2 | 20.82 | 16.85 | - |
| YUV | 117.62 | 121.44 | 104.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 137 | 106 | 0.39 | 0 | 0.23 | 0.46 | 144.91 | 0.24 | 0.43 |
| Hex | 54 | 89 | 6A | 27 | 0 | 17 | 2E | 91 | 18 | 2B |
| Octal | 124 | 211 | 152 | 47 | 0 | 27 | 56 | 221 | 30 | 53 |
| Binary | 1010100 | 10001001 | 1101010 | 100111 | 0 | 10111 | 101110 | 10010001 | 11000 | 101011 |
Color Harmonies of #54896A
Complementary color
Monochromatic Colors of #54896A
Black with #54896A
Text Example
Text Example
White with #54896A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54896A; }
p { color: rgb(84,137,106); }
H1.HeaderClassName
{
color: #54896A;
}
.AnyTagClassName
{
color: #54896A;
}
</style>
background-color css
<style>
a { background-color: #54896A; }
a { background-color: rgb(84,137,106); }
div.DivClassName
{
background-color: #54896A;
}
.BgClassName
{
background-color: #54896A;
}
</style>
border-color css
<style>
span { border-color: #54896A; }
span { border-color: rgb(84,137,106); }
td.TdClassName
{
border-color: #54896A;
}
.TagClassName
{
border-color: #54896A;
}
</style>