Shades of Como #547F68
Tints of Como #547F68
RGB
CMYK
RGB Variations
Color information
#547F68 (or 0x547F68) is known color: Como. HEX triplet: 54, 7F and 68. RGB value is (84,127,104). Sum of RGB (Red+Green+Blue) = 84+127+104=315 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.67% from 315); Green value is 127 (50% from 255 or 40.32% from 315); Blue value is 104 (41.02% from 255 or 33.02% from 315); Max value from RGB is 127 - color contains mainly: green. Hex color #547F68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547F68 is #AB8097. Grayscale: #6F6F6F. Windows color (decimal): -11239576 or 6848340. OLE color: 6848340.
HSL color Cylindrical-coordinate representation of color #547F68: hue angle of 147.91º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #547F68 is Cyan = 0.34, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 84 | 127 | 104 | - |
| CMYK | 0.34 | 0 | 0.18 | 0.50 |
| HSL | 147.91º | 0.2% | 0.41% | - |
| HSV(B) | 147.91º | 0.34% | 0.5% | - |
| XYZ | 13.74 | 18.06 | 15.86 | - |
| YUV | 111.52 | 123.75 | 108.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 127 | 104 | 0.34 | 0 | 0.18 | 0.50 | 147.91 | 0.2 | 0.41 |
| Hex | 54 | 7F | 68 | 22 | 0 | 12 | 32 | 94 | 14 | 29 |
| Octal | 124 | 177 | 150 | 42 | 0 | 22 | 62 | 224 | 24 | 51 |
| Binary | 1010100 | 1111111 | 1101000 | 100010 | 0 | 10010 | 110010 | 10010100 | 10100 | 101001 |
Color Harmonies of #547F68
Complementary color
Monochromatic Colors of #547F68
Black with #547F68
Text Example
Text Example
White with #547F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547F68; }
p { color: rgb(84,127,104); }
H1.HeaderClassName
{
color: #547F68;
}
.AnyTagClassName
{
color: #547F68;
}
</style>
background-color css
<style>
a { background-color: #547F68; }
a { background-color: rgb(84,127,104); }
div.DivClassName
{
background-color: #547F68;
}
.BgClassName
{
background-color: #547F68;
}
</style>
border-color css
<style>
span { border-color: #547F68; }
span { border-color: rgb(84,127,104); }
td.TdClassName
{
border-color: #547F68;
}
.TagClassName
{
border-color: #547F68;
}
</style>