Shades of San Marino #546BA8
Tints of San Marino #546BA8
RGB
CMYK
RGB Variations
Color information
#546BA8 (or 0x546BA8) is known color: San Marino. HEX triplet: 54, 6B and A8. RGB value is (84,107,168). Sum of RGB (Red+Green+Blue) = 84+107+168=359 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.40% from 359); Green value is 107 (42.19% from 255 or 29.81% from 359); Blue value is 168 (66.02% from 255 or 46.80% from 359); Max value from RGB is 168 - color contains mainly: blue. Hex color #546BA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546BA8 is #AB9457. Grayscale: #6A6A6A. Windows color (decimal): -11244632 or 11037524. OLE color: 11037524.
HSL color Cylindrical-coordinate representation of color #546BA8: hue angle of 223.57º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #546BA8 is Cyan = 0.5, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 84 | 107 | 168 | - |
| CMYK | 0.5 | 0.36 | 0 | 0.34 |
| HSL | 223.57º | 0.33% | 0.49% | - |
| HSV(B) | 223.57º | 0.5% | 0.66% | - |
| XYZ | 15.98 | 15.23 | 39.14 | - |
| YUV | 107.08 | 162.38 | 111.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 107 | 168 | 0.5 | 0.36 | 0 | 0.34 | 223.57 | 0.33 | 0.49 |
| Hex | 54 | 6B | A8 | 32 | 24 | 0 | 22 | E0 | 21 | 31 |
| Octal | 124 | 153 | 250 | 62 | 44 | 0 | 42 | 340 | 41 | 61 |
| Binary | 1010100 | 1101011 | 10101000 | 110010 | 100100 | 0 | 100010 | 11100000 | 100001 | 110001 |
Color Harmonies of #546BA8
Complementary color
Monochromatic Colors of #546BA8
Black with #546BA8
Text Example
Text Example
White with #546BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546BA8; }
p { color: rgb(84,107,168); }
H1.HeaderClassName
{
color: #546BA8;
}
.AnyTagClassName
{
color: #546BA8;
}
</style>
background-color css
<style>
a { background-color: #546BA8; }
a { background-color: rgb(84,107,168); }
div.DivClassName
{
background-color: #546BA8;
}
.BgClassName
{
background-color: #546BA8;
}
</style>
border-color css
<style>
span { border-color: #546BA8; }
span { border-color: rgb(84,107,168); }
td.TdClassName
{
border-color: #546BA8;
}
.TagClassName
{
border-color: #546BA8;
}
</style>