Shades of Cutty Sark #547E73
Tints of Cutty Sark #547E73
RGB
CMYK
RGB Variations
Color information
#547E73 (or 0x547E73) is known color: Cutty Sark. HEX triplet: 54, 7E and 73. RGB value is (84,126,115). Sum of RGB (Red+Green+Blue) = 84+126+115=325 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.85% from 325); Green value is 126 (49.61% from 255 or 38.77% from 325); Blue value is 115 (45.31% from 255 or 35.38% from 325); Max value from RGB is 126 - color contains mainly: green. Hex color #547E73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547E73 is #AB818C. Grayscale: #707070. Windows color (decimal): -11239821 or 7568980. OLE color: 7568980.
HSL color Cylindrical-coordinate representation of color #547E73: hue angle of 164.29º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #547E73 is Cyan = 0.33, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 84 | 126 | 115 | - |
| CMYK | 0.33 | 0 | 0.09 | 0.51 |
| HSL | 164.29º | 0.2% | 0.41% | - |
| HSV(B) | 164.29º | 0.33% | 0.49% | - |
| XYZ | 14.21 | 18.04 | 18.95 | - |
| YUV | 112.19 | 129.59 | 107.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 126 | 115 | 0.33 | 0 | 0.09 | 0.51 | 164.29 | 0.2 | 0.41 |
| Hex | 54 | 7E | 73 | 21 | 0 | 9 | 33 | A4 | 14 | 29 |
| Octal | 124 | 176 | 163 | 41 | 0 | 11 | 63 | 244 | 24 | 51 |
| Binary | 1010100 | 1111110 | 1110011 | 100001 | 0 | 1001 | 110011 | 10100100 | 10100 | 101001 |
Color Harmonies of #547E73
Complementary color
Monochromatic Colors of #547E73
Black with #547E73
Text Example
Text Example
White with #547E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547E73; }
p { color: rgb(84,126,115); }
H1.HeaderClassName
{
color: #547E73;
}
.AnyTagClassName
{
color: #547E73;
}
</style>
background-color css
<style>
a { background-color: #547E73; }
a { background-color: rgb(84,126,115); }
div.DivClassName
{
background-color: #547E73;
}
.BgClassName
{
background-color: #547E73;
}
</style>
border-color css
<style>
span { border-color: #547E73; }
span { border-color: rgb(84,126,115); }
td.TdClassName
{
border-color: #547E73;
}
.TagClassName
{
border-color: #547E73;
}
</style>