Shades of Cutty Sark #547F71
Tints of Cutty Sark #547F71
RGB
CMYK
RGB Variations
Color information
#547F71 (or 0x547F71) is known color: Cutty Sark. HEX triplet: 54, 7F and 71. RGB value is (84,127,113). Sum of RGB (Red+Green+Blue) = 84+127+113=324 (42% of max value = 765). Red value is 84 (33.20% from 255 or 25.93% from 324); Green value is 127 (50% from 255 or 39.20% from 324); Blue value is 113 (44.53% from 255 or 34.88% from 324); Max value from RGB is 127 - color contains mainly: green. Hex color #547F71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547F71 is #AB808E. Grayscale: #707070. Windows color (decimal): -11239567 or 7438164. OLE color: 7438164.
HSL color Cylindrical-coordinate representation of color #547F71: hue angle of 160.47º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #547F71 is Cyan = 0.34, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 84 | 127 | 113 | - |
| CMYK | 0.34 | 0 | 0.11 | 0.50 |
| HSL | 160.47º | 0.2% | 0.41% | - |
| HSV(B) | 160.47º | 0.34% | 0.5% | - |
| XYZ | 14.23 | 18.26 | 18.4 | - |
| YUV | 112.55 | 128.25 | 107.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 127 | 113 | 0.34 | 0 | 0.11 | 0.50 | 160.47 | 0.2 | 0.41 |
| Hex | 54 | 7F | 71 | 22 | 0 | B | 32 | A0 | 14 | 29 |
| Octal | 124 | 177 | 161 | 42 | 0 | 13 | 62 | 240 | 24 | 51 |
| Binary | 1010100 | 1111111 | 1110001 | 100010 | 0 | 1011 | 110010 | 10100000 | 10100 | 101001 |
Color Harmonies of #547F71
Complementary color
Monochromatic Colors of #547F71
Black with #547F71
Text Example
Text Example
White with #547F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547F71; }
p { color: rgb(84,127,113); }
H1.HeaderClassName
{
color: #547F71;
}
.AnyTagClassName
{
color: #547F71;
}
</style>
background-color css
<style>
a { background-color: #547F71; }
a { background-color: rgb(84,127,113); }
div.DivClassName
{
background-color: #547F71;
}
.BgClassName
{
background-color: #547F71;
}
</style>
border-color css
<style>
span { border-color: #547F71; }
span { border-color: rgb(84,127,113); }
td.TdClassName
{
border-color: #547F71;
}
.TagClassName
{
border-color: #547F71;
}
</style>