Shades of San Marino #546DA6
Tints of San Marino #546DA6
RGB
CMYK
RGB Variations
Color information
#546DA6 (or 0x546DA6) is known color: San Marino. HEX triplet: 54, 6D and A6. RGB value is (84,109,166). Sum of RGB (Red+Green+Blue) = 84+109+166=359 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.40% from 359); Green value is 109 (42.97% from 255 or 30.36% from 359); Blue value is 166 (65.23% from 255 or 46.24% from 359); Max value from RGB is 166 - color contains mainly: blue. Hex color #546DA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546DA6 is #AB9259. Grayscale: #6B6B6B. Windows color (decimal): -11244122 or 10906964. OLE color: 10906964.
HSL color Cylindrical-coordinate representation of color #546DA6: hue angle of 221.71º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #546DA6 is Cyan = 0.49, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 84 | 109 | 166 | - |
| CMYK | 0.49 | 0.34 | 0 | 0.35 |
| HSL | 221.71º | 0.33% | 0.49% | - |
| HSV(B) | 221.71º | 0.49% | 0.65% | - |
| XYZ | 16.01 | 15.58 | 38.24 | - |
| YUV | 108.02 | 160.72 | 110.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 109 | 166 | 0.49 | 0.34 | 0 | 0.35 | 221.71 | 0.33 | 0.49 |
| Hex | 54 | 6D | A6 | 31 | 22 | 0 | 23 | DE | 21 | 31 |
| Octal | 124 | 155 | 246 | 61 | 42 | 0 | 43 | 336 | 41 | 61 |
| Binary | 1010100 | 1101101 | 10100110 | 110001 | 100010 | 0 | 100011 | 11011110 | 100001 | 110001 |
Color Harmonies of #546DA6
Complementary color
Monochromatic Colors of #546DA6
Black with #546DA6
Text Example
Text Example
White with #546DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546DA6; }
p { color: rgb(84,109,166); }
H1.HeaderClassName
{
color: #546DA6;
}
.AnyTagClassName
{
color: #546DA6;
}
</style>
background-color css
<style>
a { background-color: #546DA6; }
a { background-color: rgb(84,109,166); }
div.DivClassName
{
background-color: #546DA6;
}
.BgClassName
{
background-color: #546DA6;
}
</style>
border-color css
<style>
span { border-color: #546DA6; }
span { border-color: rgb(84,109,166); }
td.TdClassName
{
border-color: #546DA6;
}
.TagClassName
{
border-color: #546DA6;
}
</style>