Shades of San Marino #5371AB
Tints of San Marino #5371AB
RGB
CMYK
RGB Variations
Color information
#5371AB (or 0x5371AB) is known color: San Marino. HEX triplet: 53, 71 and AB. RGB value is (83,113,171). Sum of RGB (Red+Green+Blue) = 83+113+171=367 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.62% from 367); Green value is 113 (44.53% from 255 or 30.79% from 367); Blue value is 171 (67.19% from 255 or 46.59% from 367); Max value from RGB is 171 - color contains mainly: blue. Hex color #5371AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5371AB is #AC8E54. Grayscale: #6E6E6E. Windows color (decimal): -11308629 or 11235667. OLE color: 11235667.
HSL color Cylindrical-coordinate representation of color #5371AB: hue angle of 219.55º degrees, saturation: 0.35, 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 #5371AB is Cyan = 0.51, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 113 | 171 | - |
| CMYK | 0.51 | 0.34 | 0 | 0.33 |
| HSL | 219.55º | 0.35% | 0.5% | - |
| HSV(B) | 219.55º | 0.51% | 0.67% | - |
| XYZ | 16.82 | 16.59 | 40.84 | - |
| YUV | 110.64 | 162.06 | 108.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 113 | 171 | 0.51 | 0.34 | 0 | 0.33 | 219.55 | 0.35 | 0.5 |
| Hex | 53 | 71 | AB | 33 | 22 | 0 | 21 | DC | 23 | 32 |
| Octal | 123 | 161 | 253 | 63 | 42 | 0 | 41 | 334 | 43 | 62 |
| Binary | 1010011 | 1110001 | 10101011 | 110011 | 100010 | 0 | 100001 | 11011100 | 100011 | 110010 |
Color Harmonies of #5371AB
Complementary color
Monochromatic Colors of #5371AB
Black with #5371AB
Text Example
Text Example
White with #5371AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5371AB; }
p { color: rgb(83,113,171); }
H1.HeaderClassName
{
color: #5371AB;
}
.AnyTagClassName
{
color: #5371AB;
}
</style>
background-color css
<style>
a { background-color: #5371AB; }
a { background-color: rgb(83,113,171); }
div.DivClassName
{
background-color: #5371AB;
}
.BgClassName
{
background-color: #5371AB;
}
</style>
border-color css
<style>
span { border-color: #5371AB; }
span { border-color: rgb(83,113,171); }
td.TdClassName
{
border-color: #5371AB;
}
.TagClassName
{
border-color: #5371AB;
}
</style>