Shades of San Marino #5270AF
Tints of San Marino #5270AF
RGB
CMYK
RGB Variations
Color information
#5270AF (or 0x5270AF) is known color: San Marino. HEX triplet: 52, 70 and AF. RGB value is (82,112,175). Sum of RGB (Red+Green+Blue) = 82+112+175=369 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.22% from 369); Green value is 112 (44.14% from 255 or 30.35% from 369); Blue value is 175 (68.75% from 255 or 47.43% from 369); Max value from RGB is 175 - color contains mainly: blue. Hex color #5270AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5270AF is #AD8F50. Grayscale: #6D6D6D. Windows color (decimal): -11374417 or 11497554. OLE color: 11497554.
HSL color Cylindrical-coordinate representation of color #5270AF: hue angle of 220.65º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5270AF is Cyan = 0.53, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 82 | 112 | 175 | - |
| CMYK | 0.53 | 0.36 | 0 | 0.31 |
| HSL | 220.65º | 0.37% | 0.5% | - |
| HSV(B) | 220.65º | 0.53% | 0.69% | - |
| XYZ | 17.01 | 16.48 | 42.84 | - |
| YUV | 110.21 | 164.56 | 107.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 112 | 175 | 0.53 | 0.36 | 0 | 0.31 | 220.65 | 0.37 | 0.5 |
| Hex | 52 | 70 | AF | 35 | 24 | 0 | 1F | DD | 25 | 32 |
| Octal | 122 | 160 | 257 | 65 | 44 | 0 | 37 | 335 | 45 | 62 |
| Binary | 1010010 | 1110000 | 10101111 | 110101 | 100100 | 0 | 11111 | 11011101 | 100101 | 110010 |
Color Harmonies of #5270AF
Complementary color
Monochromatic Colors of #5270AF
Black with #5270AF
Text Example
Text Example
White with #5270AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5270AF; }
p { color: rgb(82,112,175); }
H1.HeaderClassName
{
color: #5270AF;
}
.AnyTagClassName
{
color: #5270AF;
}
</style>
background-color css
<style>
a { background-color: #5270AF; }
a { background-color: rgb(82,112,175); }
div.DivClassName
{
background-color: #5270AF;
}
.BgClassName
{
background-color: #5270AF;
}
</style>
border-color css
<style>
span { border-color: #5270AF; }
span { border-color: rgb(82,112,175); }
td.TdClassName
{
border-color: #5270AF;
}
.TagClassName
{
border-color: #5270AF;
}
</style>