Shades of Cutty Sark #547E71
Tints of Cutty Sark #547E71
RGB
CMYK
RGB Variations
Color information
#547E71 (or 0x547E71) is known color: Cutty Sark. HEX triplet: 54, 7E and 71. RGB value is (84,126,113). Sum of RGB (Red+Green+Blue) = 84+126+113=323 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.01% from 323); Green value is 126 (49.61% from 255 or 39.01% from 323); Blue value is 113 (44.53% from 255 or 34.98% from 323); Max value from RGB is 126 - color contains mainly: green. Hex color #547E71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547E71 is #AB818E. Grayscale: #6F6F6F. Windows color (decimal): -11239823 or 7437908. OLE color: 7437908.
HSL color Cylindrical-coordinate representation of color #547E71: hue angle of 161.43º 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 #547E71 is Cyan = 0.33, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 84 | 126 | 113 | - |
| CMYK | 0.33 | 0 | 0.10 | 0.51 |
| HSL | 161.43º | 0.2% | 0.41% | - |
| HSV(B) | 161.43º | 0.33% | 0.49% | - |
| XYZ | 14.1 | 18 | 18.35 | - |
| YUV | 111.96 | 128.59 | 108.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 126 | 113 | 0.33 | 0 | 0.10 | 0.51 | 161.43 | 0.2 | 0.41 |
| Hex | 54 | 7E | 71 | 21 | 0 | A | 33 | A1 | 14 | 29 |
| Octal | 124 | 176 | 161 | 41 | 0 | 12 | 63 | 241 | 24 | 51 |
| Binary | 1010100 | 1111110 | 1110001 | 100001 | 0 | 1010 | 110011 | 10100001 | 10100 | 101001 |
Color Harmonies of #547E71
Complementary color
Monochromatic Colors of #547E71
Black with #547E71
Text Example
Text Example
White with #547E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547E71; }
p { color: rgb(84,126,113); }
H1.HeaderClassName
{
color: #547E71;
}
.AnyTagClassName
{
color: #547E71;
}
</style>
background-color css
<style>
a { background-color: #547E71; }
a { background-color: rgb(84,126,113); }
div.DivClassName
{
background-color: #547E71;
}
.BgClassName
{
background-color: #547E71;
}
</style>
border-color css
<style>
span { border-color: #547E71; }
span { border-color: rgb(84,126,113); }
td.TdClassName
{
border-color: #547E71;
}
.TagClassName
{
border-color: #547E71;
}
</style>