Shades of San Marino #5464A0
Tints of San Marino #5464A0
RGB
CMYK
RGB Variations
Color information
#5464A0 (or 0x5464A0) is known color: San Marino. HEX triplet: 54, 64 and A0. RGB value is (84,100,160). Sum of RGB (Red+Green+Blue) = 84+100+160=344 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.42% from 344); Green value is 100 (39.45% from 255 or 29.07% from 344); Blue value is 160 (62.89% from 255 or 46.51% from 344); Max value from RGB is 160 - color contains mainly: blue. Hex color #5464A0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5464A0 is #AB9B5F. Grayscale: #656565. Windows color (decimal): -11246432 or 10511444. OLE color: 10511444.
HSL color Cylindrical-coordinate representation of color #5464A0: hue angle of 227.37º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5464A0 is Cyan = 0.48, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 84 | 100 | 160 | - |
| CMYK | 0.48 | 0.38 | 0 | 0.37 |
| HSL | 227.37º | 0.31% | 0.48% | - |
| HSV(B) | 227.37º | 0.48% | 0.63% | - |
| XYZ | 14.56 | 13.54 | 35.1 | - |
| YUV | 102.06 | 160.7 | 115.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 100 | 160 | 0.48 | 0.38 | 0 | 0.37 | 227.37 | 0.31 | 0.48 |
| Hex | 54 | 64 | A0 | 30 | 26 | 0 | 25 | E3 | 1F | 30 |
| Octal | 124 | 144 | 240 | 60 | 46 | 0 | 45 | 343 | 37 | 60 |
| Binary | 1010100 | 1100100 | 10100000 | 110000 | 100110 | 0 | 100101 | 11100011 | 11111 | 110000 |
Color Harmonies of #5464A0
Complementary color
Monochromatic Colors of #5464A0
Black with #5464A0
Text Example
Text Example
White with #5464A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5464A0; }
p { color: rgb(84,100,160); }
H1.HeaderClassName
{
color: #5464A0;
}
.AnyTagClassName
{
color: #5464A0;
}
</style>
background-color css
<style>
a { background-color: #5464A0; }
a { background-color: rgb(84,100,160); }
div.DivClassName
{
background-color: #5464A0;
}
.BgClassName
{
background-color: #5464A0;
}
</style>
border-color css
<style>
span { border-color: #5464A0; }
span { border-color: rgb(84,100,160); }
td.TdClassName
{
border-color: #5464A0;
}
.TagClassName
{
border-color: #5464A0;
}
</style>