Shades of Cutty Sark #547F6D
Tints of Cutty Sark #547F6D
RGB
CMYK
RGB Variations
Color information
#547F6D (or 0x547F6D) is known color: Cutty Sark. HEX triplet: 54, 7F and 6D. RGB value is (84,127,109). Sum of RGB (Red+Green+Blue) = 84+127+109=320 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.25% from 320); Green value is 127 (50% from 255 or 39.69% from 320); Blue value is 109 (42.97% from 255 or 34.06% from 320); Max value from RGB is 127 - color contains mainly: green. Hex color #547F6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547F6D is #AB8092. Grayscale: #707070. Windows color (decimal): -11239571 or 7176020. OLE color: 7176020.
HSL color Cylindrical-coordinate representation of color #547F6D: hue angle of 154.88º 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 #547F6D is Cyan = 0.34, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 84 | 127 | 109 | - |
| CMYK | 0.34 | 0 | 0.14 | 0.50 |
| HSL | 154.88º | 0.2% | 0.41% | - |
| HSV(B) | 154.88º | 0.34% | 0.5% | - |
| XYZ | 14.01 | 18.17 | 17.24 | - |
| YUV | 112.09 | 126.25 | 107.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 127 | 109 | 0.34 | 0 | 0.14 | 0.50 | 154.88 | 0.2 | 0.41 |
| Hex | 54 | 7F | 6D | 22 | 0 | E | 32 | 9B | 14 | 29 |
| Octal | 124 | 177 | 155 | 42 | 0 | 16 | 62 | 233 | 24 | 51 |
| Binary | 1010100 | 1111111 | 1101101 | 100010 | 0 | 1110 | 110010 | 10011011 | 10100 | 101001 |
Color Harmonies of #547F6D
Complementary color
Monochromatic Colors of #547F6D
Black with #547F6D
Text Example
Text Example
White with #547F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547F6D; }
p { color: rgb(84,127,109); }
H1.HeaderClassName
{
color: #547F6D;
}
.AnyTagClassName
{
color: #547F6D;
}
</style>
background-color css
<style>
a { background-color: #547F6D; }
a { background-color: rgb(84,127,109); }
div.DivClassName
{
background-color: #547F6D;
}
.BgClassName
{
background-color: #547F6D;
}
</style>
border-color css
<style>
span { border-color: #547F6D; }
span { border-color: rgb(84,127,109); }
td.TdClassName
{
border-color: #547F6D;
}
.TagClassName
{
border-color: #547F6D;
}
</style>