Shades of San Marino #5371AC
Tints of San Marino #5371AC
RGB
CMYK
RGB Variations
Color information
#5371AC (or 0x5371AC) is known color: San Marino. HEX triplet: 53, 71 and AC. RGB value is (83,113,172). Sum of RGB (Red+Green+Blue) = 83+113+172=368 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.55% from 368); Green value is 113 (44.53% from 255 or 30.71% from 368); Blue value is 172 (67.58% from 255 or 46.74% from 368); Max value from RGB is 172 - color contains mainly: blue. Hex color #5371AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5371AC is #AC8E53. Grayscale: #6E6E6E. Windows color (decimal): -11308628 or 11301203. OLE color: 11301203.
HSL color Cylindrical-coordinate representation of color #5371AC: hue angle of 219.78º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5371AC is Cyan = 0.52, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 113 | 172 | - |
| CMYK | 0.52 | 0.34 | 0 | 0.33 |
| HSL | 219.78º | 0.35% | 0.5% | - |
| HSV(B) | 219.78º | 0.52% | 0.67% | - |
| XYZ | 16.92 | 16.63 | 41.35 | - |
| YUV | 110.76 | 162.56 | 108.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 113 | 172 | 0.52 | 0.34 | 0 | 0.33 | 219.78 | 0.35 | 0.5 |
| Hex | 53 | 71 | AC | 34 | 22 | 0 | 21 | DC | 23 | 32 |
| Octal | 123 | 161 | 254 | 64 | 42 | 0 | 41 | 334 | 43 | 62 |
| Binary | 1010011 | 1110001 | 10101100 | 110100 | 100010 | 0 | 100001 | 11011100 | 100011 | 110010 |
Color Harmonies of #5371AC
Complementary color
Monochromatic Colors of #5371AC
Black with #5371AC
Text Example
Text Example
White with #5371AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5371AC; }
p { color: rgb(83,113,172); }
H1.HeaderClassName
{
color: #5371AC;
}
.AnyTagClassName
{
color: #5371AC;
}
</style>
background-color css
<style>
a { background-color: #5371AC; }
a { background-color: rgb(83,113,172); }
div.DivClassName
{
background-color: #5371AC;
}
.BgClassName
{
background-color: #5371AC;
}
</style>
border-color css
<style>
span { border-color: #5371AC; }
span { border-color: rgb(83,113,172); }
td.TdClassName
{
border-color: #5371AC;
}
.TagClassName
{
border-color: #5371AC;
}
</style>