Shades of Cutty Sark #547C70
Tints of Cutty Sark #547C70
RGB
CMYK
RGB Variations
Color information
#547C70 (or 0x547C70) is known color: Cutty Sark. HEX triplet: 54, 7C and 70. RGB value is (84,124,112). Sum of RGB (Red+Green+Blue) = 84+124+112=320 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.25% from 320); Green value is 124 (48.83% from 255 or 38.75% from 320); Blue value is 112 (44.14% from 255 or 35% from 320); Max value from RGB is 124 - color contains mainly: green. Hex color #547C70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547C70 is #AB838F. Grayscale: #6E6E6E. Windows color (decimal): -11240336 or 7371860. OLE color: 7371860.
HSL color Cylindrical-coordinate representation of color #547C70: hue angle of 162º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #547C70 is Cyan = 0.32, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 84 | 124 | 112 | - |
| CMYK | 0.32 | 0 | 0.10 | 0.51 |
| HSL | 162º | 0.19% | 0.41% | - |
| HSV(B) | 162º | 0.32% | 0.49% | - |
| XYZ | 13.79 | 17.47 | 17.97 | - |
| YUV | 110.67 | 128.75 | 108.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 124 | 112 | 0.32 | 0 | 0.10 | 0.51 | 162 | 0.19 | 0.41 |
| Hex | 54 | 7C | 70 | 20 | 0 | A | 33 | A2 | 13 | 29 |
| Octal | 124 | 174 | 160 | 40 | 0 | 12 | 63 | 242 | 23 | 51 |
| Binary | 1010100 | 1111100 | 1110000 | 100000 | 0 | 1010 | 110011 | 10100010 | 10011 | 101001 |
Color Harmonies of #547C70
Complementary color
Monochromatic Colors of #547C70
Black with #547C70
Text Example
Text Example
White with #547C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547C70; }
p { color: rgb(84,124,112); }
H1.HeaderClassName
{
color: #547C70;
}
.AnyTagClassName
{
color: #547C70;
}
</style>
background-color css
<style>
a { background-color: #547C70; }
a { background-color: rgb(84,124,112); }
div.DivClassName
{
background-color: #547C70;
}
.BgClassName
{
background-color: #547C70;
}
</style>
border-color css
<style>
span { border-color: #547C70; }
span { border-color: rgb(84,124,112); }
td.TdClassName
{
border-color: #547C70;
}
.TagClassName
{
border-color: #547C70;
}
</style>