Shades of Como #546B5E
Tints of Como #546B5E
RGB
CMYK
RGB Variations
Color information
#546B5E (or 0x546B5E) is known color: Como. HEX triplet: 54, 6B and 5E. RGB value is (84,107,94). Sum of RGB (Red+Green+Blue) = 84+107+94=285 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.47% from 285); Green value is 107 (42.19% from 255 or 37.54% from 285); Blue value is 94 (37.11% from 255 or 32.98% from 285); Max value from RGB is 107 - color contains mainly: green. Hex color #546B5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546B5E is #AB94A1. Grayscale: #626262. Windows color (decimal): -11244706 or 6187860. OLE color: 6187860.
HSL color Cylindrical-coordinate representation of color #546B5E: hue angle of 146.09º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #546B5E is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.58.
Color convert
RGB | 84 | 107 | 94 | - |
CMYK | 0.21 | 0 | 0.12 | 0.58 |
HSL | 146.09º | 0.12% | 0.37% | - |
HSV(B) | 146.09º | 0.21% | 0.42% | - |
XYZ | 10.93 | 13.21 | 12.56 | - |
YUV | 98.64 | 125.38 | 117.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 84 | 107 | 94 | 0.21 | 0 | 0.12 | 0.58 | 146.09 | 0.12 | 0.37 |
Hex | 54 | 6B | 5E | 15 | 0 | C | 3A | 92 | C | 25 |
Octal | 124 | 153 | 136 | 25 | 0 | 14 | 72 | 222 | 14 | 45 |
Binary | 1010100 | 1101011 | 1011110 | 10101 | 0 | 1100 | 111010 | 10010010 | 1100 | 100101 |
Color Harmonies of #546B5E
Complementary color
Monochromatic Colors of #546B5E
Black with #546B5E
Text Example
Text Example
White with #546B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546B5E; }
p { color: rgb(84,107,94); }
H1.HeaderClassName
{
color: #546B5E;
}
.AnyTagClassName
{
color: #546B5E;
}
</style>
background-color css
<style>
a { background-color: #546B5E; }
a { background-color: rgb(84,107,94); }
div.DivClassName
{
background-color: #546B5E;
}
.BgClassName
{
background-color: #546B5E;
}
</style>
border-color css
<style>
span { border-color: #546B5E; }
span { border-color: rgb(84,107,94); }
td.TdClassName
{
border-color: #546B5E;
}
.TagClassName
{
border-color: #546B5E;
}
</style>