Shades of San Marino #546A9D
Tints of San Marino #546A9D
RGB
CMYK
RGB Variations
Color information
#546A9D (or 0x546A9D) is known color: San Marino. HEX triplet: 54, 6A and 9D. RGB value is (84,106,157). Sum of RGB (Red+Green+Blue) = 84+106+157=347 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.21% from 347); Green value is 106 (41.80% from 255 or 30.55% from 347); Blue value is 157 (61.72% from 255 or 45.24% from 347); Max value from RGB is 157 - color contains mainly: blue. Hex color #546A9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546A9D is #AB9562. Grayscale: #696969. Windows color (decimal): -11244899 or 10316372. OLE color: 10316372.
HSL color Cylindrical-coordinate representation of color #546A9D: hue angle of 221.92º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #546A9D is Cyan = 0.46, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 84 | 106 | 157 | - |
| CMYK | 0.46 | 0.32 | 0 | 0.38 |
| HSL | 221.92º | 0.3% | 0.47% | - |
| HSV(B) | 221.92º | 0.46% | 0.62% | - |
| XYZ | 14.9 | 14.63 | 33.94 | - |
| YUV | 105.24 | 157.21 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 106 | 157 | 0.46 | 0.32 | 0 | 0.38 | 221.92 | 0.3 | 0.47 |
| Hex | 54 | 6A | 9D | 2E | 20 | 0 | 26 | DE | 1E | 2F |
| Octal | 124 | 152 | 235 | 56 | 40 | 0 | 46 | 336 | 36 | 57 |
| Binary | 1010100 | 1101010 | 10011101 | 101110 | 100000 | 0 | 100110 | 11011110 | 11110 | 101111 |
Color Harmonies of #546A9D
Complementary color
Monochromatic Colors of #546A9D
Black with #546A9D
Text Example
Text Example
White with #546A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546A9D; }
p { color: rgb(84,106,157); }
H1.HeaderClassName
{
color: #546A9D;
}
.AnyTagClassName
{
color: #546A9D;
}
</style>
background-color css
<style>
a { background-color: #546A9D; }
a { background-color: rgb(84,106,157); }
div.DivClassName
{
background-color: #546A9D;
}
.BgClassName
{
background-color: #546A9D;
}
</style>
border-color css
<style>
span { border-color: #546A9D; }
span { border-color: rgb(84,106,157); }
td.TdClassName
{
border-color: #546A9D;
}
.TagClassName
{
border-color: #546A9D;
}
</style>