Shades of San Marino #546BA9
Tints of San Marino #546BA9
RGB
CMYK
RGB Variations
Color information
#546BA9 (or 0x546BA9) is known color: San Marino. HEX triplet: 54, 6B and A9. RGB value is (84,107,169). Sum of RGB (Red+Green+Blue) = 84+107+169=360 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.33% from 360); Green value is 107 (42.19% from 255 or 29.72% from 360); Blue value is 169 (66.41% from 255 or 46.94% from 360); Max value from RGB is 169 - color contains mainly: blue. Hex color #546BA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546BA9 is #AB9456. Grayscale: #6A6A6A. Windows color (decimal): -11244631 or 11103060. OLE color: 11103060.
HSL color Cylindrical-coordinate representation of color #546BA9: hue angle of 223.76º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #546BA9 is Cyan = 0.50, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 84 | 107 | 169 | - |
| CMYK | 0.50 | 0.37 | 0 | 0.34 |
| HSL | 223.76º | 0.34% | 0.5% | - |
| HSV(B) | 223.76º | 0.5% | 0.66% | - |
| XYZ | 16.08 | 15.26 | 39.64 | - |
| YUV | 107.19 | 162.88 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 107 | 169 | 0.50 | 0.37 | 0 | 0.34 | 223.76 | 0.34 | 0.5 |
| Hex | 54 | 6B | A9 | 32 | 25 | 0 | 22 | E0 | 22 | 32 |
| Octal | 124 | 153 | 251 | 62 | 45 | 0 | 42 | 340 | 42 | 62 |
| Binary | 1010100 | 1101011 | 10101001 | 110010 | 100101 | 0 | 100010 | 11100000 | 100010 | 110010 |
Color Harmonies of #546BA9
Complementary color
Monochromatic Colors of #546BA9
Black with #546BA9
Text Example
Text Example
White with #546BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546BA9; }
p { color: rgb(84,107,169); }
H1.HeaderClassName
{
color: #546BA9;
}
.AnyTagClassName
{
color: #546BA9;
}
</style>
background-color css
<style>
a { background-color: #546BA9; }
a { background-color: rgb(84,107,169); }
div.DivClassName
{
background-color: #546BA9;
}
.BgClassName
{
background-color: #546BA9;
}
</style>
border-color css
<style>
span { border-color: #546BA9; }
span { border-color: rgb(84,107,169); }
td.TdClassName
{
border-color: #546BA9;
}
.TagClassName
{
border-color: #546BA9;
}
</style>