Shades of Cutty Sark #547E6D
Tints of Cutty Sark #547E6D
RGB
CMYK
RGB Variations
Color information
#547E6D (or 0x547E6D) is known color: Cutty Sark. HEX triplet: 54, 7E and 6D. RGB value is (84,126,109). Sum of RGB (Red+Green+Blue) = 84+126+109=319 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.33% from 319); Green value is 126 (49.61% from 255 or 39.50% from 319); Blue value is 109 (42.97% from 255 or 34.17% from 319); Max value from RGB is 126 - color contains mainly: green. Hex color #547E6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547E6D is #AB8192. Grayscale: #6F6F6F. Windows color (decimal): -11239827 or 7175764. OLE color: 7175764.
HSL color Cylindrical-coordinate representation of color #547E6D: hue angle of 155.71º 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 #547E6D is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 84 | 126 | 109 | - |
| CMYK | 0.33 | 0 | 0.13 | 0.51 |
| HSL | 155.71º | 0.2% | 0.41% | - |
| HSV(B) | 155.71º | 0.33% | 0.49% | - |
| XYZ | 13.88 | 17.91 | 17.19 | - |
| YUV | 111.5 | 126.59 | 108.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 126 | 109 | 0.33 | 0 | 0.13 | 0.51 | 155.71 | 0.2 | 0.41 |
| Hex | 54 | 7E | 6D | 21 | 0 | D | 33 | 9C | 14 | 29 |
| Octal | 124 | 176 | 155 | 41 | 0 | 15 | 63 | 234 | 24 | 51 |
| Binary | 1010100 | 1111110 | 1101101 | 100001 | 0 | 1101 | 110011 | 10011100 | 10100 | 101001 |
Color Harmonies of #547E6D
Complementary color
Monochromatic Colors of #547E6D
Black with #547E6D
Text Example
Text Example
White with #547E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547E6D; }
p { color: rgb(84,126,109); }
H1.HeaderClassName
{
color: #547E6D;
}
.AnyTagClassName
{
color: #547E6D;
}
</style>
background-color css
<style>
a { background-color: #547E6D; }
a { background-color: rgb(84,126,109); }
div.DivClassName
{
background-color: #547E6D;
}
.BgClassName
{
background-color: #547E6D;
}
</style>
border-color css
<style>
span { border-color: #547E6D; }
span { border-color: rgb(84,126,109); }
td.TdClassName
{
border-color: #547E6D;
}
.TagClassName
{
border-color: #547E6D;
}
</style>