Shades of Cutty Sark #548D6E
Tints of Cutty Sark #548D6E
RGB
CMYK
RGB Variations
Color information
#548D6E (or 0x548D6E) is known color: Cutty Sark. HEX triplet: 54, 8D and 6E. RGB value is (84,141,110). Sum of RGB (Red+Green+Blue) = 84+141+110=335 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.07% from 335); Green value is 141 (55.47% from 255 or 42.09% from 335); Blue value is 110 (43.36% from 255 or 32.84% from 335); Max value from RGB is 141 - color contains mainly: green. Hex color #548D6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548D6E is #AB7291. Grayscale: #787878. Windows color (decimal): -11235986 or 7245140. OLE color: 7245140.
HSL color Cylindrical-coordinate representation of color #548D6E: hue angle of 147.37º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #548D6E is Cyan = 0.40, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 84 | 141 | 110 | - |
| CMYK | 0.40 | 0 | 0.22 | 0.45 |
| HSL | 147.37º | 0.25% | 0.44% | - |
| HSV(B) | 147.37º | 0.4% | 0.55% | - |
| XYZ | 16 | 22.06 | 18.17 | - |
| YUV | 120.42 | 122.12 | 102.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 141 | 110 | 0.40 | 0 | 0.22 | 0.45 | 147.37 | 0.25 | 0.44 |
| Hex | 54 | 8D | 6E | 28 | 0 | 16 | 2D | 93 | 19 | 2C |
| Octal | 124 | 215 | 156 | 50 | 0 | 26 | 55 | 223 | 31 | 54 |
| Binary | 1010100 | 10001101 | 1101110 | 101000 | 0 | 10110 | 101101 | 10010011 | 11001 | 101100 |
Color Harmonies of #548D6E
Complementary color
Monochromatic Colors of #548D6E
Black with #548D6E
Text Example
Text Example
White with #548D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548D6E; }
p { color: rgb(84,141,110); }
H1.HeaderClassName
{
color: #548D6E;
}
.AnyTagClassName
{
color: #548D6E;
}
</style>
background-color css
<style>
a { background-color: #548D6E; }
a { background-color: rgb(84,141,110); }
div.DivClassName
{
background-color: #548D6E;
}
.BgClassName
{
background-color: #548D6E;
}
</style>
border-color css
<style>
span { border-color: #548D6E; }
span { border-color: rgb(84,141,110); }
td.TdClassName
{
border-color: #548D6E;
}
.TagClassName
{
border-color: #548D6E;
}
</style>