Shades of San Marino #5470AF
Tints of San Marino #5470AF
RGB
CMYK
RGB Variations
Color information
#5470AF (or 0x5470AF) is known color: San Marino. HEX triplet: 54, 70 and AF. RGB value is (84,112,175). Sum of RGB (Red+Green+Blue) = 84+112+175=371 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.64% from 371); Green value is 112 (44.14% from 255 or 30.19% from 371); Blue value is 175 (68.75% from 255 or 47.17% from 371); Max value from RGB is 175 - color contains mainly: blue. Hex color #5470AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5470AF is #AB8F50. Grayscale: #6E6E6E. Windows color (decimal): -11243345 or 11497556. OLE color: 11497556.
HSL color Cylindrical-coordinate representation of color #5470AF: hue angle of 221.54º 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 #5470AF is Cyan = 0.52, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 84 | 112 | 175 | - |
| CMYK | 0.52 | 0.36 | 0 | 0.31 |
| HSL | 221.54º | 0.36% | 0.51% | - |
| HSV(B) | 221.54º | 0.52% | 0.69% | - |
| XYZ | 17.19 | 16.57 | 42.85 | - |
| YUV | 110.81 | 164.22 | 108.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 112 | 175 | 0.52 | 0.36 | 0 | 0.31 | 221.54 | 0.36 | 0.51 |
| Hex | 54 | 70 | AF | 34 | 24 | 0 | 1F | DE | 24 | 33 |
| Octal | 124 | 160 | 257 | 64 | 44 | 0 | 37 | 336 | 44 | 63 |
| Binary | 1010100 | 1110000 | 10101111 | 110100 | 100100 | 0 | 11111 | 11011110 | 100100 | 110011 |
Color Harmonies of #5470AF
Complementary color
Monochromatic Colors of #5470AF
Black with #5470AF
Text Example
Text Example
White with #5470AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5470AF; }
p { color: rgb(84,112,175); }
H1.HeaderClassName
{
color: #5470AF;
}
.AnyTagClassName
{
color: #5470AF;
}
</style>
background-color css
<style>
a { background-color: #5470AF; }
a { background-color: rgb(84,112,175); }
div.DivClassName
{
background-color: #5470AF;
}
.BgClassName
{
background-color: #5470AF;
}
</style>
border-color css
<style>
span { border-color: #5470AF; }
span { border-color: rgb(84,112,175); }
td.TdClassName
{
border-color: #5470AF;
}
.TagClassName
{
border-color: #5470AF;
}
</style>