Shades of Como #547A67
Tints of Como #547A67
RGB
CMYK
RGB Variations
Color information
#547A67 (or 0x547A67) is known color: Como. HEX triplet: 54, 7A and 67. RGB value is (84,122,103). Sum of RGB (Red+Green+Blue) = 84+122+103=309 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.18% from 309); Green value is 122 (48.05% from 255 or 39.48% from 309); Blue value is 103 (40.62% from 255 or 33.33% from 309); Max value from RGB is 122 - color contains mainly: green. Hex color #547A67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547A67 is #AB8598. Grayscale: #6C6C6C. Windows color (decimal): -11240857 or 6781524. OLE color: 6781524.
HSL color Cylindrical-coordinate representation of color #547A67: hue angle of 150º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #547A67 is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 84 | 122 | 103 | - |
| CMYK | 0.31 | 0 | 0.16 | 0.52 |
| HSL | 150º | 0.18% | 0.4% | - |
| HSV(B) | 150º | 0.31% | 0.48% | - |
| XYZ | 13.06 | 16.78 | 15.38 | - |
| YUV | 108.47 | 124.91 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 122 | 103 | 0.31 | 0 | 0.16 | 0.52 | 150 | 0.18 | 0.4 |
| Hex | 54 | 7A | 67 | 1F | 0 | 10 | 34 | 96 | 12 | 28 |
| Octal | 124 | 172 | 147 | 37 | 0 | 20 | 64 | 226 | 22 | 50 |
| Binary | 1010100 | 1111010 | 1100111 | 11111 | 0 | 10000 | 110100 | 10010110 | 10010 | 101000 |
Color Harmonies of #547A67
Complementary color
Monochromatic Colors of #547A67
Black with #547A67
Text Example
Text Example
White with #547A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547A67; }
p { color: rgb(84,122,103); }
H1.HeaderClassName
{
color: #547A67;
}
.AnyTagClassName
{
color: #547A67;
}
</style>
background-color css
<style>
a { background-color: #547A67; }
a { background-color: rgb(84,122,103); }
div.DivClassName
{
background-color: #547A67;
}
.BgClassName
{
background-color: #547A67;
}
</style>
border-color css
<style>
span { border-color: #547A67; }
span { border-color: rgb(84,122,103); }
td.TdClassName
{
border-color: #547A67;
}
.TagClassName
{
border-color: #547A67;
}
</style>