Shades of San Marino #546DB0
Tints of San Marino #546DB0
RGB
CMYK
RGB Variations
Color information
#546DB0 (or 0x546DB0) is known color: San Marino. HEX triplet: 54, 6D and B0. RGB value is (84,109,176). Sum of RGB (Red+Green+Blue) = 84+109+176=369 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.76% from 369); Green value is 109 (42.97% from 255 or 29.54% from 369); Blue value is 176 (69.14% from 255 or 47.70% from 369); Max value from RGB is 176 - color contains mainly: blue. Hex color #546DB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546DB0 is #AB924F. Grayscale: #6C6C6C. Windows color (decimal): -11244112 or 11562324. OLE color: 11562324.
HSL color Cylindrical-coordinate representation of color #546DB0: hue angle of 223.7º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #546DB0 is Cyan = 0.52, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 84 | 109 | 176 | - |
| CMYK | 0.52 | 0.38 | 0 | 0.31 |
| HSL | 223.7º | 0.37% | 0.51% | - |
| HSV(B) | 223.7º | 0.52% | 0.69% | - |
| XYZ | 16.96 | 15.96 | 43.26 | - |
| YUV | 109.16 | 165.72 | 110.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 109 | 176 | 0.52 | 0.38 | 0 | 0.31 | 223.7 | 0.37 | 0.51 |
| Hex | 54 | 6D | B0 | 34 | 26 | 0 | 1F | E0 | 25 | 33 |
| Octal | 124 | 155 | 260 | 64 | 46 | 0 | 37 | 340 | 45 | 63 |
| Binary | 1010100 | 1101101 | 10110000 | 110100 | 100110 | 0 | 11111 | 11100000 | 100101 | 110011 |
Color Harmonies of #546DB0
Complementary color
Monochromatic Colors of #546DB0
Black with #546DB0
Text Example
Text Example
White with #546DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546DB0; }
p { color: rgb(84,109,176); }
H1.HeaderClassName
{
color: #546DB0;
}
.AnyTagClassName
{
color: #546DB0;
}
</style>
background-color css
<style>
a { background-color: #546DB0; }
a { background-color: rgb(84,109,176); }
div.DivClassName
{
background-color: #546DB0;
}
.BgClassName
{
background-color: #546DB0;
}
</style>
border-color css
<style>
span { border-color: #546DB0; }
span { border-color: rgb(84,109,176); }
td.TdClassName
{
border-color: #546DB0;
}
.TagClassName
{
border-color: #546DB0;
}
</style>