Shades of Como #546F5C
Tints of Como #546F5C
RGB
CMYK
RGB Variations
Color information
#546F5C (or 0x546F5C) is known color: Como. HEX triplet: 54, 6F and 5C. RGB value is (84,111,92). Sum of RGB (Red+Green+Blue) = 84+111+92=287 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.27% from 287); Green value is 111 (43.75% from 255 or 38.68% from 287); Blue value is 92 (36.33% from 255 or 32.06% from 287); Max value from RGB is 111 - color contains mainly: green. Hex color #546F5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546F5C is #AB90A3. Grayscale: #646464. Windows color (decimal): -11243684 or 6057812. OLE color: 6057812.
HSL color Cylindrical-coordinate representation of color #546F5C: hue angle of 137.78º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #546F5C is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 84 | 111 | 92 | - |
| CMYK | 0.24 | 0 | 0.17 | 0.56 |
| HSL | 137.78º | 0.14% | 0.38% | - |
| HSV(B) | 137.78º | 0.24% | 0.44% | - |
| XYZ | 11.27 | 14.03 | 12.24 | - |
| YUV | 100.76 | 123.05 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 111 | 92 | 0.24 | 0 | 0.17 | 0.56 | 137.78 | 0.14 | 0.38 |
| Hex | 54 | 6F | 5C | 18 | 0 | 11 | 38 | 8A | E | 26 |
| Octal | 124 | 157 | 134 | 30 | 0 | 21 | 70 | 212 | 16 | 46 |
| Binary | 1010100 | 1101111 | 1011100 | 11000 | 0 | 10001 | 111000 | 10001010 | 1110 | 100110 |
Color Harmonies of #546F5C
Complementary color
Monochromatic Colors of #546F5C
Black with #546F5C
Text Example
Text Example
White with #546F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546F5C; }
p { color: rgb(84,111,92); }
H1.HeaderClassName
{
color: #546F5C;
}
.AnyTagClassName
{
color: #546F5C;
}
</style>
background-color css
<style>
a { background-color: #546F5C; }
a { background-color: rgb(84,111,92); }
div.DivClassName
{
background-color: #546F5C;
}
.BgClassName
{
background-color: #546F5C;
}
</style>
border-color css
<style>
span { border-color: #546F5C; }
span { border-color: rgb(84,111,92); }
td.TdClassName
{
border-color: #546F5C;
}
.TagClassName
{
border-color: #546F5C;
}
</style>