Shades of Cutty Sark #547E6E
Tints of Cutty Sark #547E6E
RGB
CMYK
RGB Variations
Color information
#547E6E (or 0x547E6E) is known color: Cutty Sark. HEX triplet: 54, 7E and 6E. RGB value is (84,126,110). Sum of RGB (Red+Green+Blue) = 84+126+110=320 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.25% from 320); Green value is 126 (49.61% from 255 or 39.38% from 320); Blue value is 110 (43.36% from 255 or 34.38% from 320); Max value from RGB is 126 - color contains mainly: green. Hex color #547E6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547E6E is #AB8191. Grayscale: #6F6F6F. Windows color (decimal): -11239826 or 7241300. OLE color: 7241300.
HSL color Cylindrical-coordinate representation of color #547E6E: hue angle of 157.14º 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 #547E6E is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 84 | 126 | 110 | - |
| CMYK | 0.33 | 0 | 0.13 | 0.51 |
| HSL | 157.14º | 0.2% | 0.41% | - |
| HSV(B) | 157.14º | 0.33% | 0.49% | - |
| XYZ | 13.93 | 17.93 | 17.48 | - |
| YUV | 111.62 | 127.09 | 108.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 126 | 110 | 0.33 | 0 | 0.13 | 0.51 | 157.14 | 0.2 | 0.41 |
| Hex | 54 | 7E | 6E | 21 | 0 | D | 33 | 9D | 14 | 29 |
| Octal | 124 | 176 | 156 | 41 | 0 | 15 | 63 | 235 | 24 | 51 |
| Binary | 1010100 | 1111110 | 1101110 | 100001 | 0 | 1101 | 110011 | 10011101 | 10100 | 101001 |
Color Harmonies of #547E6E
Complementary color
Monochromatic Colors of #547E6E
Black with #547E6E
Text Example
Text Example
White with #547E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547E6E; }
p { color: rgb(84,126,110); }
H1.HeaderClassName
{
color: #547E6E;
}
.AnyTagClassName
{
color: #547E6E;
}
</style>
background-color css
<style>
a { background-color: #547E6E; }
a { background-color: rgb(84,126,110); }
div.DivClassName
{
background-color: #547E6E;
}
.BgClassName
{
background-color: #547E6E;
}
</style>
border-color css
<style>
span { border-color: #547E6E; }
span { border-color: rgb(84,126,110); }
td.TdClassName
{
border-color: #547E6E;
}
.TagClassName
{
border-color: #547E6E;
}
</style>