Shades of San Marino #546D9A
Tints of San Marino #546D9A
RGB
CMYK
RGB Variations
Color information
#546D9A (or 0x546D9A) is known color: San Marino. HEX triplet: 54, 6D and 9A. RGB value is (84,109,154). Sum of RGB (Red+Green+Blue) = 84+109+154=347 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.21% from 347); Green value is 109 (42.97% from 255 or 31.41% from 347); Blue value is 154 (60.55% from 255 or 44.38% from 347); Max value from RGB is 154 - color contains mainly: blue. Hex color #546D9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546D9A is #AB9265. Grayscale: #6A6A6A. Windows color (decimal): -11244134 or 10120532. OLE color: 10120532.
HSL color Cylindrical-coordinate representation of color #546D9A: hue angle of 218.57º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #546D9A is Cyan = 0.45, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 84 | 109 | 154 | - |
| CMYK | 0.45 | 0.29 | 0 | 0.40 |
| HSL | 218.57º | 0.29% | 0.47% | - |
| HSV(B) | 218.57º | 0.45% | 0.6% | - |
| XYZ | 14.96 | 15.16 | 32.71 | - |
| YUV | 106.66 | 154.72 | 111.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 109 | 154 | 0.45 | 0.29 | 0 | 0.40 | 218.57 | 0.29 | 0.47 |
| Hex | 54 | 6D | 9A | 2D | 1D | 0 | 28 | DB | 1D | 2F |
| Octal | 124 | 155 | 232 | 55 | 35 | 0 | 50 | 333 | 35 | 57 |
| Binary | 1010100 | 1101101 | 10011010 | 101101 | 11101 | 0 | 101000 | 11011011 | 11101 | 101111 |
Color Harmonies of #546D9A
Complementary color
Monochromatic Colors of #546D9A
Black with #546D9A
Text Example
Text Example
White with #546D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546D9A; }
p { color: rgb(84,109,154); }
H1.HeaderClassName
{
color: #546D9A;
}
.AnyTagClassName
{
color: #546D9A;
}
</style>
background-color css
<style>
a { background-color: #546D9A; }
a { background-color: rgb(84,109,154); }
div.DivClassName
{
background-color: #546D9A;
}
.BgClassName
{
background-color: #546D9A;
}
</style>
border-color css
<style>
span { border-color: #546D9A; }
span { border-color: rgb(84,109,154); }
td.TdClassName
{
border-color: #546D9A;
}
.TagClassName
{
border-color: #546D9A;
}
</style>