Shades of Cutty Sark #547D6A
Tints of Cutty Sark #547D6A
RGB
CMYK
RGB Variations
Color information
#547D6A (or 0x547D6A) is known color: Cutty Sark. HEX triplet: 54, 7D and 6A. RGB value is (84,125,106). Sum of RGB (Red+Green+Blue) = 84+125+106=315 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.67% from 315); Green value is 125 (49.22% from 255 or 39.68% from 315); Blue value is 106 (41.80% from 255 or 33.65% from 315); Max value from RGB is 125 - color contains mainly: green. Hex color #547D6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547D6A is #AB8295. Grayscale: #6E6E6E. Windows color (decimal): -11240086 or 6978900. OLE color: 6978900.
HSL color Cylindrical-coordinate representation of color #547D6A: hue angle of 152.2º 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 #547D6A is Cyan = 0.33, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 84 | 125 | 106 | - |
| CMYK | 0.33 | 0 | 0.15 | 0.51 |
| HSL | 152.2º | 0.2% | 0.41% | - |
| HSV(B) | 152.2º | 0.33% | 0.49% | - |
| XYZ | 13.59 | 17.59 | 16.32 | - |
| YUV | 110.58 | 125.42 | 109.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 125 | 106 | 0.33 | 0 | 0.15 | 0.51 | 152.2 | 0.2 | 0.41 |
| Hex | 54 | 7D | 6A | 21 | 0 | F | 33 | 98 | 14 | 29 |
| Octal | 124 | 175 | 152 | 41 | 0 | 17 | 63 | 230 | 24 | 51 |
| Binary | 1010100 | 1111101 | 1101010 | 100001 | 0 | 1111 | 110011 | 10011000 | 10100 | 101001 |
Color Harmonies of #547D6A
Complementary color
Monochromatic Colors of #547D6A
Black with #547D6A
Text Example
Text Example
White with #547D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547D6A; }
p { color: rgb(84,125,106); }
H1.HeaderClassName
{
color: #547D6A;
}
.AnyTagClassName
{
color: #547D6A;
}
</style>
background-color css
<style>
a { background-color: #547D6A; }
a { background-color: rgb(84,125,106); }
div.DivClassName
{
background-color: #547D6A;
}
.BgClassName
{
background-color: #547D6A;
}
</style>
border-color css
<style>
span { border-color: #547D6A; }
span { border-color: rgb(84,125,106); }
td.TdClassName
{
border-color: #547D6A;
}
.TagClassName
{
border-color: #547D6A;
}
</style>