Shades of San Marino #546DAC
Tints of San Marino #546DAC
RGB
CMYK
RGB Variations
Color information
#546DAC (or 0x546DAC) is known color: San Marino. HEX triplet: 54, 6D and AC. RGB value is (84,109,172). Sum of RGB (Red+Green+Blue) = 84+109+172=365 (48% of max value = 765). Red value is 84 (33.20% from 255 or 23.01% from 365); Green value is 109 (42.97% from 255 or 29.86% from 365); Blue value is 172 (67.58% from 255 or 47.12% from 365); Max value from RGB is 172 - color contains mainly: blue. Hex color #546DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546DAC is #AB9253. Grayscale: #6C6C6C. Windows color (decimal): -11244116 or 11300180. OLE color: 11300180.
HSL color Cylindrical-coordinate representation of color #546DAC: hue angle of 222.95º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #546DAC is Cyan = 0.51, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 109 | 172 | - |
| CMYK | 0.51 | 0.37 | 0 | 0.33 |
| HSL | 222.95º | 0.35% | 0.5% | - |
| HSV(B) | 222.95º | 0.51% | 0.67% | - |
| XYZ | 16.57 | 15.8 | 41.21 | - |
| YUV | 108.71 | 163.72 | 110.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 109 | 172 | 0.51 | 0.37 | 0 | 0.33 | 222.95 | 0.35 | 0.5 |
| Hex | 54 | 6D | AC | 33 | 25 | 0 | 21 | DF | 23 | 32 |
| Octal | 124 | 155 | 254 | 63 | 45 | 0 | 41 | 337 | 43 | 62 |
| Binary | 1010100 | 1101101 | 10101100 | 110011 | 100101 | 0 | 100001 | 11011111 | 100011 | 110010 |
Color Harmonies of #546DAC
Complementary color
Monochromatic Colors of #546DAC
Black with #546DAC
Text Example
Text Example
White with #546DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546DAC; }
p { color: rgb(84,109,172); }
H1.HeaderClassName
{
color: #546DAC;
}
.AnyTagClassName
{
color: #546DAC;
}
</style>
background-color css
<style>
a { background-color: #546DAC; }
a { background-color: rgb(84,109,172); }
div.DivClassName
{
background-color: #546DAC;
}
.BgClassName
{
background-color: #546DAC;
}
</style>
border-color css
<style>
span { border-color: #546DAC; }
span { border-color: rgb(84,109,172); }
td.TdClassName
{
border-color: #546DAC;
}
.TagClassName
{
border-color: #546DAC;
}
</style>