Shades of San Marino #5467A9
Tints of San Marino #5467A9
RGB
CMYK
RGB Variations
Color information
#5467A9 (or 0x5467A9) is known color: San Marino. HEX triplet: 54, 67 and A9. RGB value is (84,103,169). Sum of RGB (Red+Green+Blue) = 84+103+169=356 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.60% from 356); Green value is 103 (40.62% from 255 or 28.93% from 356); Blue value is 169 (66.41% from 255 or 47.47% from 356); Max value from RGB is 169 - color contains mainly: blue. Hex color #5467A9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5467A9 is #AB9856. Grayscale: #686868. Windows color (decimal): -11245655 or 11102036. OLE color: 11102036.
HSL color Cylindrical-coordinate representation of color #5467A9: hue angle of 226.59º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5467A9 is Cyan = 0.50, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 84 | 103 | 169 | - |
| CMYK | 0.50 | 0.39 | 0 | 0.34 |
| HSL | 226.59º | 0.34% | 0.5% | - |
| HSV(B) | 226.59º | 0.5% | 0.66% | - |
| XYZ | 15.67 | 14.45 | 39.5 | - |
| YUV | 104.84 | 164.21 | 113.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 103 | 169 | 0.50 | 0.39 | 0 | 0.34 | 226.59 | 0.34 | 0.5 |
| Hex | 54 | 67 | A9 | 32 | 27 | 0 | 22 | E3 | 22 | 32 |
| Octal | 124 | 147 | 251 | 62 | 47 | 0 | 42 | 343 | 42 | 62 |
| Binary | 1010100 | 1100111 | 10101001 | 110010 | 100111 | 0 | 100010 | 11100011 | 100010 | 110010 |
Color Harmonies of #5467A9
Complementary color
Monochromatic Colors of #5467A9
Black with #5467A9
Text Example
Text Example
White with #5467A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5467A9; }
p { color: rgb(84,103,169); }
H1.HeaderClassName
{
color: #5467A9;
}
.AnyTagClassName
{
color: #5467A9;
}
</style>
background-color css
<style>
a { background-color: #5467A9; }
a { background-color: rgb(84,103,169); }
div.DivClassName
{
background-color: #5467A9;
}
.BgClassName
{
background-color: #5467A9;
}
</style>
border-color css
<style>
span { border-color: #5467A9; }
span { border-color: rgb(84,103,169); }
td.TdClassName
{
border-color: #5467A9;
}
.TagClassName
{
border-color: #5467A9;
}
</style>