Shades of San Marino #546B9B
Tints of San Marino #546B9B
RGB
CMYK
RGB Variations
Color information
#546B9B (or 0x546B9B) is known color: San Marino. HEX triplet: 54, 6B and 9B. RGB value is (84,107,155). Sum of RGB (Red+Green+Blue) = 84+107+155=346 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.28% from 346); Green value is 107 (42.19% from 255 or 30.92% from 346); Blue value is 155 (60.94% from 255 or 44.80% from 346); Max value from RGB is 155 - color contains mainly: blue. Hex color #546B9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546B9B is #AB9464. Grayscale: #696969. Windows color (decimal): -11244645 or 10185556. OLE color: 10185556.
HSL color Cylindrical-coordinate representation of color #546B9B: hue angle of 220.56º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #546B9B is Cyan = 0.46, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 84 | 107 | 155 | - |
| CMYK | 0.46 | 0.31 | 0 | 0.39 |
| HSL | 220.56º | 0.3% | 0.47% | - |
| HSV(B) | 220.56º | 0.46% | 0.61% | - |
| XYZ | 14.83 | 14.77 | 33.08 | - |
| YUV | 105.6 | 155.88 | 112.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 107 | 155 | 0.46 | 0.31 | 0 | 0.39 | 220.56 | 0.3 | 0.47 |
| Hex | 54 | 6B | 9B | 2E | 1F | 0 | 27 | DD | 1E | 2F |
| Octal | 124 | 153 | 233 | 56 | 37 | 0 | 47 | 335 | 36 | 57 |
| Binary | 1010100 | 1101011 | 10011011 | 101110 | 11111 | 0 | 100111 | 11011101 | 11110 | 101111 |
Color Harmonies of #546B9B
Complementary color
Monochromatic Colors of #546B9B
Black with #546B9B
Text Example
Text Example
White with #546B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546B9B; }
p { color: rgb(84,107,155); }
H1.HeaderClassName
{
color: #546B9B;
}
.AnyTagClassName
{
color: #546B9B;
}
</style>
background-color css
<style>
a { background-color: #546B9B; }
a { background-color: rgb(84,107,155); }
div.DivClassName
{
background-color: #546B9B;
}
.BgClassName
{
background-color: #546B9B;
}
</style>
border-color css
<style>
span { border-color: #546B9B; }
span { border-color: rgb(84,107,155); }
td.TdClassName
{
border-color: #546B9B;
}
.TagClassName
{
border-color: #546B9B;
}
</style>