Shades of Cutty Sark #547B6E
Tints of Cutty Sark #547B6E
RGB
CMYK
RGB Variations
Color information
#547B6E (or 0x547B6E) is known color: Cutty Sark. HEX triplet: 54, 7B and 6E. RGB value is (84,123,110). Sum of RGB (Red+Green+Blue) = 84+123+110=317 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.50% from 317); Green value is 123 (48.44% from 255 or 38.80% from 317); Blue value is 110 (43.36% from 255 or 34.70% from 317); Max value from RGB is 123 - color contains mainly: green. Hex color #547B6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547B6E is #AB8491. Grayscale: #6D6D6D. Windows color (decimal): -11240594 or 7240532. OLE color: 7240532.
HSL color Cylindrical-coordinate representation of color #547B6E: hue angle of 160º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #547B6E is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 84 | 123 | 110 | - |
| CMYK | 0.32 | 0 | 0.11 | 0.52 |
| HSL | 160º | 0.19% | 0.41% | - |
| HSV(B) | 160º | 0.32% | 0.48% | - |
| XYZ | 13.55 | 17.18 | 17.35 | - |
| YUV | 109.86 | 128.08 | 109.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 123 | 110 | 0.32 | 0 | 0.11 | 0.52 | 160 | 0.19 | 0.41 |
| Hex | 54 | 7B | 6E | 20 | 0 | B | 34 | A0 | 13 | 29 |
| Octal | 124 | 173 | 156 | 40 | 0 | 13 | 64 | 240 | 23 | 51 |
| Binary | 1010100 | 1111011 | 1101110 | 100000 | 0 | 1011 | 110100 | 10100000 | 10011 | 101001 |
Color Harmonies of #547B6E
Complementary color
Monochromatic Colors of #547B6E
Black with #547B6E
Text Example
Text Example
White with #547B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547B6E; }
p { color: rgb(84,123,110); }
H1.HeaderClassName
{
color: #547B6E;
}
.AnyTagClassName
{
color: #547B6E;
}
</style>
background-color css
<style>
a { background-color: #547B6E; }
a { background-color: rgb(84,123,110); }
div.DivClassName
{
background-color: #547B6E;
}
.BgClassName
{
background-color: #547B6E;
}
</style>
border-color css
<style>
span { border-color: #547B6E; }
span { border-color: rgb(84,123,110); }
td.TdClassName
{
border-color: #547B6E;
}
.TagClassName
{
border-color: #547B6E;
}
</style>