Shades of Cutty Sark #54896C
Tints of Cutty Sark #54896C
RGB
CMYK
RGB Variations
Color information
#54896C (or 0x54896C) is known color: Cutty Sark. HEX triplet: 54, 89 and 6C. RGB value is (84,137,108). Sum of RGB (Red+Green+Blue) = 84+137+108=329 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.53% from 329); Green value is 137 (53.91% from 255 or 41.64% from 329); Blue value is 108 (42.58% from 255 or 32.83% from 329); Max value from RGB is 137 - color contains mainly: green. Hex color #54896C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54896C is #AB7693. Grayscale: #757575. Windows color (decimal): -11237012 or 7113044. OLE color: 7113044.
HSL color Cylindrical-coordinate representation of color #54896C: hue angle of 147.17º 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 #54896C is Cyan = 0.39, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 84 | 137 | 108 | - |
| CMYK | 0.39 | 0 | 0.21 | 0.46 |
| HSL | 147.17º | 0.24% | 0.43% | - |
| HSV(B) | 147.17º | 0.39% | 0.54% | - |
| XYZ | 15.31 | 20.86 | 17.41 | - |
| YUV | 117.85 | 122.44 | 103.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 137 | 108 | 0.39 | 0 | 0.21 | 0.46 | 147.17 | 0.24 | 0.43 |
| Hex | 54 | 89 | 6C | 27 | 0 | 15 | 2E | 93 | 18 | 2B |
| Octal | 124 | 211 | 154 | 47 | 0 | 25 | 56 | 223 | 30 | 53 |
| Binary | 1010100 | 10001001 | 1101100 | 100111 | 0 | 10101 | 101110 | 10010011 | 11000 | 101011 |
Color Harmonies of #54896C
Complementary color
Monochromatic Colors of #54896C
Black with #54896C
Text Example
Text Example
White with #54896C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54896C; }
p { color: rgb(84,137,108); }
H1.HeaderClassName
{
color: #54896C;
}
.AnyTagClassName
{
color: #54896C;
}
</style>
background-color css
<style>
a { background-color: #54896C; }
a { background-color: rgb(84,137,108); }
div.DivClassName
{
background-color: #54896C;
}
.BgClassName
{
background-color: #54896C;
}
</style>
border-color css
<style>
span { border-color: #54896C; }
span { border-color: rgb(84,137,108); }
td.TdClassName
{
border-color: #54896C;
}
.TagClassName
{
border-color: #54896C;
}
</style>