Shades of San Marino #5471AF
Tints of San Marino #5471AF
RGB
CMYK
RGB Variations
Color information
#5471AF (or 0x5471AF) is known color: San Marino. HEX triplet: 54, 71 and AF. RGB value is (84,113,175). Sum of RGB (Red+Green+Blue) = 84+113+175=372 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.58% from 372); Green value is 113 (44.53% from 255 or 30.38% from 372); Blue value is 175 (68.75% from 255 or 47.04% from 372); Max value from RGB is 175 - color contains mainly: blue. Hex color #5471AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5471AF is #AB8E50. Grayscale: #6F6F6F. Windows color (decimal): -11243089 or 11497812. OLE color: 11497812.
HSL color Cylindrical-coordinate representation of color #5471AF: hue angle of 220.88º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5471AF is Cyan = 0.52, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 84 | 113 | 175 | - |
| CMYK | 0.52 | 0.35 | 0 | 0.31 |
| HSL | 220.88º | 0.36% | 0.51% | - |
| HSV(B) | 220.88º | 0.52% | 0.69% | - |
| XYZ | 17.3 | 16.79 | 42.89 | - |
| YUV | 111.4 | 163.89 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 113 | 175 | 0.52 | 0.35 | 0 | 0.31 | 220.88 | 0.36 | 0.51 |
| Hex | 54 | 71 | AF | 34 | 23 | 0 | 1F | DD | 24 | 33 |
| Octal | 124 | 161 | 257 | 64 | 43 | 0 | 37 | 335 | 44 | 63 |
| Binary | 1010100 | 1110001 | 10101111 | 110100 | 100011 | 0 | 11111 | 11011101 | 100100 | 110011 |
Color Harmonies of #5471AF
Complementary color
Monochromatic Colors of #5471AF
Black with #5471AF
Text Example
Text Example
White with #5471AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5471AF; }
p { color: rgb(84,113,175); }
H1.HeaderClassName
{
color: #5471AF;
}
.AnyTagClassName
{
color: #5471AF;
}
</style>
background-color css
<style>
a { background-color: #5471AF; }
a { background-color: rgb(84,113,175); }
div.DivClassName
{
background-color: #5471AF;
}
.BgClassName
{
background-color: #5471AF;
}
</style>
border-color css
<style>
span { border-color: #5471AF; }
span { border-color: rgb(84,113,175); }
td.TdClassName
{
border-color: #5471AF;
}
.TagClassName
{
border-color: #5471AF;
}
</style>