Shades of Como #548A67
Tints of Como #548A67
RGB
CMYK
RGB Variations
Color information
#548A67 (or 0x548A67) is known color: Como. HEX triplet: 54, 8A and 67. RGB value is (84,138,103). Sum of RGB (Red+Green+Blue) = 84+138+103=325 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.85% from 325); Green value is 138 (54.30% from 255 or 42.46% from 325); Blue value is 103 (40.62% from 255 or 31.69% from 325); Max value from RGB is 138 - color contains mainly: green. Hex color #548A67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548A67 is #AB7598. Grayscale: #757575. Windows color (decimal): -11236761 or 6785620. OLE color: 6785620.
HSL color Cylindrical-coordinate representation of color #548A67: hue angle of 141.11º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #548A67 is Cyan = 0.39, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 84 | 138 | 103 | - |
| CMYK | 0.39 | 0 | 0.25 | 0.46 |
| HSL | 141.11º | 0.24% | 0.44% | - |
| HSV(B) | 141.11º | 0.39% | 0.54% | - |
| XYZ | 15.19 | 21.04 | 16.09 | - |
| YUV | 117.86 | 119.61 | 103.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 138 | 103 | 0.39 | 0 | 0.25 | 0.46 | 141.11 | 0.24 | 0.44 |
| Hex | 54 | 8A | 67 | 27 | 0 | 19 | 2E | 8D | 18 | 2C |
| Octal | 124 | 212 | 147 | 47 | 0 | 31 | 56 | 215 | 30 | 54 |
| Binary | 1010100 | 10001010 | 1100111 | 100111 | 0 | 11001 | 101110 | 10001101 | 11000 | 101100 |
Color Harmonies of #548A67
Complementary color
Monochromatic Colors of #548A67
Black with #548A67
Text Example
Text Example
White with #548A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548A67; }
p { color: rgb(84,138,103); }
H1.HeaderClassName
{
color: #548A67;
}
.AnyTagClassName
{
color: #548A67;
}
</style>
background-color css
<style>
a { background-color: #548A67; }
a { background-color: rgb(84,138,103); }
div.DivClassName
{
background-color: #548A67;
}
.BgClassName
{
background-color: #548A67;
}
</style>
border-color css
<style>
span { border-color: #548A67; }
span { border-color: rgb(84,138,103); }
td.TdClassName
{
border-color: #548A67;
}
.TagClassName
{
border-color: #548A67;
}
</style>