Shades of Cutty Sark #547B6C
Tints of Cutty Sark #547B6C
RGB
CMYK
RGB Variations
Color information
#547B6C (or 0x547B6C) is known color: Cutty Sark. HEX triplet: 54, 7B and 6C. RGB value is (84,123,108). Sum of RGB (Red+Green+Blue) = 84+123+108=315 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.67% from 315); Green value is 123 (48.44% from 255 or 39.05% from 315); Blue value is 108 (42.58% from 255 or 34.29% from 315); Max value from RGB is 123 - color contains mainly: green. Hex color #547B6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547B6C is #AB8493. Grayscale: #6D6D6D. Windows color (decimal): -11240596 or 7109460. OLE color: 7109460.
HSL color Cylindrical-coordinate representation of color #547B6C: hue angle of 156.92º 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 #547B6C is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 84 | 123 | 108 | - |
| CMYK | 0.32 | 0 | 0.12 | 0.52 |
| HSL | 156.92º | 0.19% | 0.41% | - |
| HSV(B) | 156.92º | 0.32% | 0.48% | - |
| XYZ | 13.45 | 17.13 | 16.79 | - |
| YUV | 109.63 | 127.08 | 109.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 123 | 108 | 0.32 | 0 | 0.12 | 0.52 | 156.92 | 0.19 | 0.41 |
| Hex | 54 | 7B | 6C | 20 | 0 | C | 34 | 9D | 13 | 29 |
| Octal | 124 | 173 | 154 | 40 | 0 | 14 | 64 | 235 | 23 | 51 |
| Binary | 1010100 | 1111011 | 1101100 | 100000 | 0 | 1100 | 110100 | 10011101 | 10011 | 101001 |
Color Harmonies of #547B6C
Complementary color
Monochromatic Colors of #547B6C
Black with #547B6C
Text Example
Text Example
White with #547B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547B6C; }
p { color: rgb(84,123,108); }
H1.HeaderClassName
{
color: #547B6C;
}
.AnyTagClassName
{
color: #547B6C;
}
</style>
background-color css
<style>
a { background-color: #547B6C; }
a { background-color: rgb(84,123,108); }
div.DivClassName
{
background-color: #547B6C;
}
.BgClassName
{
background-color: #547B6C;
}
</style>
border-color css
<style>
span { border-color: #547B6C; }
span { border-color: rgb(84,123,108); }
td.TdClassName
{
border-color: #547B6C;
}
.TagClassName
{
border-color: #547B6C;
}
</style>