Shades of San Marino #5370AF
Tints of San Marino #5370AF
RGB
CMYK
RGB Variations
Color information
#5370AF (or 0x5370AF) is known color: San Marino. HEX triplet: 53, 70 and AF. RGB value is (83,112,175). Sum of RGB (Red+Green+Blue) = 83+112+175=370 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.43% from 370); Green value is 112 (44.14% from 255 or 30.27% from 370); Blue value is 175 (68.75% from 255 or 47.30% from 370); Max value from RGB is 175 - color contains mainly: blue. Hex color #5370AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5370AF is #AC8F50. Grayscale: #6E6E6E. Windows color (decimal): -11308881 or 11497555. OLE color: 11497555.
HSL color Cylindrical-coordinate representation of color #5370AF: hue angle of 221.09º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5370AF is Cyan = 0.53, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 83 | 112 | 175 | - |
| CMYK | 0.53 | 0.36 | 0 | 0.31 |
| HSL | 221.09º | 0.37% | 0.51% | - |
| HSV(B) | 221.09º | 0.53% | 0.69% | - |
| XYZ | 17.1 | 16.52 | 42.85 | - |
| YUV | 110.51 | 164.39 | 108.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 112 | 175 | 0.53 | 0.36 | 0 | 0.31 | 221.09 | 0.37 | 0.51 |
| Hex | 53 | 70 | AF | 35 | 24 | 0 | 1F | DD | 25 | 33 |
| Octal | 123 | 160 | 257 | 65 | 44 | 0 | 37 | 335 | 45 | 63 |
| Binary | 1010011 | 1110000 | 10101111 | 110101 | 100100 | 0 | 11111 | 11011101 | 100101 | 110011 |
Color Harmonies of #5370AF
Complementary color
Monochromatic Colors of #5370AF
Black with #5370AF
Text Example
Text Example
White with #5370AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5370AF; }
p { color: rgb(83,112,175); }
H1.HeaderClassName
{
color: #5370AF;
}
.AnyTagClassName
{
color: #5370AF;
}
</style>
background-color css
<style>
a { background-color: #5370AF; }
a { background-color: rgb(83,112,175); }
div.DivClassName
{
background-color: #5370AF;
}
.BgClassName
{
background-color: #5370AF;
}
</style>
border-color css
<style>
span { border-color: #5370AF; }
span { border-color: rgb(83,112,175); }
td.TdClassName
{
border-color: #5370AF;
}
.TagClassName
{
border-color: #5370AF;
}
</style>