Shades of San Marino #546B9D
Tints of San Marino #546B9D
RGB
CMYK
RGB Variations
Color information
#546B9D (or 0x546B9D) is known color: San Marino. HEX triplet: 54, 6B and 9D. RGB value is (84,107,157). Sum of RGB (Red+Green+Blue) = 84+107+157=348 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24.14% from 348); Green value is 107 (42.19% from 255 or 30.75% from 348); Blue value is 157 (61.72% from 255 or 45.11% from 348); Max value from RGB is 157 - color contains mainly: blue. Hex color #546B9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546B9D is #AB9462. Grayscale: #696969. Windows color (decimal): -11244643 or 10316628. OLE color: 10316628.
HSL color Cylindrical-coordinate representation of color #546B9D: hue angle of 221.1º 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 #546B9D is Cyan = 0.46, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 84 | 107 | 157 | - |
| CMYK | 0.46 | 0.32 | 0 | 0.38 |
| HSL | 221.1º | 0.3% | 0.47% | - |
| HSV(B) | 221.1º | 0.46% | 0.62% | - |
| XYZ | 15 | 14.83 | 33.97 | - |
| YUV | 105.82 | 156.88 | 112.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 107 | 157 | 0.46 | 0.32 | 0 | 0.38 | 221.1 | 0.3 | 0.47 |
| Hex | 54 | 6B | 9D | 2E | 20 | 0 | 26 | DD | 1E | 2F |
| Octal | 124 | 153 | 235 | 56 | 40 | 0 | 46 | 335 | 36 | 57 |
| Binary | 1010100 | 1101011 | 10011101 | 101110 | 100000 | 0 | 100110 | 11011101 | 11110 | 101111 |
Color Harmonies of #546B9D
Complementary color
Monochromatic Colors of #546B9D
Black with #546B9D
Text Example
Text Example
White with #546B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546B9D; }
p { color: rgb(84,107,157); }
H1.HeaderClassName
{
color: #546B9D;
}
.AnyTagClassName
{
color: #546B9D;
}
</style>
background-color css
<style>
a { background-color: #546B9D; }
a { background-color: rgb(84,107,157); }
div.DivClassName
{
background-color: #546B9D;
}
.BgClassName
{
background-color: #546B9D;
}
</style>
border-color css
<style>
span { border-color: #546B9D; }
span { border-color: rgb(84,107,157); }
td.TdClassName
{
border-color: #546B9D;
}
.TagClassName
{
border-color: #546B9D;
}
</style>