Shades of San Marino #5467AB
Tints of San Marino #5467AB
RGB
CMYK
RGB Variations
Color information
#5467AB (or 0x5467AB) is known color: San Marino. HEX triplet: 54, 67 and AB. RGB value is (84,103,171). Sum of RGB (Red+Green+Blue) = 84+103+171=358 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.46% from 358); Green value is 103 (40.62% from 255 or 28.77% from 358); Blue value is 171 (67.19% from 255 or 47.77% from 358); Max value from RGB is 171 - color contains mainly: blue. Hex color #5467AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5467AB is #AB9854. Grayscale: #686868. Windows color (decimal): -11245653 or 11233108. OLE color: 11233108.
HSL color Cylindrical-coordinate representation of color #5467AB: hue angle of 226.9º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5467AB is Cyan = 0.51, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 103 | 171 | - |
| CMYK | 0.51 | 0.40 | 0 | 0.33 |
| HSL | 226.9º | 0.34% | 0.5% | - |
| HSV(B) | 226.9º | 0.51% | 0.67% | - |
| XYZ | 15.86 | 14.53 | 40.5 | - |
| YUV | 105.07 | 165.21 | 112.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 103 | 171 | 0.51 | 0.40 | 0 | 0.33 | 226.9 | 0.34 | 0.5 |
| Hex | 54 | 67 | AB | 33 | 28 | 0 | 21 | E3 | 22 | 32 |
| Octal | 124 | 147 | 253 | 63 | 50 | 0 | 41 | 343 | 42 | 62 |
| Binary | 1010100 | 1100111 | 10101011 | 110011 | 101000 | 0 | 100001 | 11100011 | 100010 | 110010 |
Color Harmonies of #5467AB
Complementary color
Monochromatic Colors of #5467AB
Black with #5467AB
Text Example
Text Example
White with #5467AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5467AB; }
p { color: rgb(84,103,171); }
H1.HeaderClassName
{
color: #5467AB;
}
.AnyTagClassName
{
color: #5467AB;
}
</style>
background-color css
<style>
a { background-color: #5467AB; }
a { background-color: rgb(84,103,171); }
div.DivClassName
{
background-color: #5467AB;
}
.BgClassName
{
background-color: #5467AB;
}
</style>
border-color css
<style>
span { border-color: #5467AB; }
span { border-color: rgb(84,103,171); }
td.TdClassName
{
border-color: #5467AB;
}
.TagClassName
{
border-color: #5467AB;
}
</style>