Shades of San Marino #5273AB
Tints of San Marino #5273AB
RGB
CMYK
RGB Variations
Color information
#5273AB (or 0x5273AB) is known color: San Marino. HEX triplet: 52, 73 and AB. RGB value is (82,115,171). Sum of RGB (Red+Green+Blue) = 82+115+171=368 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.28% from 368); Green value is 115 (45.31% from 255 or 31.25% from 368); Blue value is 171 (67.19% from 255 or 46.47% from 368); Max value from RGB is 171 - color contains mainly: blue. Hex color #5273AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5273AB is #AD8C54. Grayscale: #6F6F6F. Windows color (decimal): -11373653 or 11236178. OLE color: 11236178.
HSL color Cylindrical-coordinate representation of color #5273AB: hue angle of 217.75º 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 #5273AB is Cyan = 0.52, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 115 | 171 | - |
| CMYK | 0.52 | 0.33 | 0 | 0.33 |
| HSL | 217.75º | 0.35% | 0.5% | - |
| HSV(B) | 217.75º | 0.52% | 0.67% | - |
| XYZ | 16.96 | 17 | 40.91 | - |
| YUV | 111.52 | 161.57 | 106.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 115 | 171 | 0.52 | 0.33 | 0 | 0.33 | 217.75 | 0.35 | 0.5 |
| Hex | 52 | 73 | AB | 34 | 21 | 0 | 21 | DA | 23 | 32 |
| Octal | 122 | 163 | 253 | 64 | 41 | 0 | 41 | 332 | 43 | 62 |
| Binary | 1010010 | 1110011 | 10101011 | 110100 | 100001 | 0 | 100001 | 11011010 | 100011 | 110010 |
Color Harmonies of #5273AB
Complementary color
Monochromatic Colors of #5273AB
Black with #5273AB
Text Example
Text Example
White with #5273AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5273AB; }
p { color: rgb(82,115,171); }
H1.HeaderClassName
{
color: #5273AB;
}
.AnyTagClassName
{
color: #5273AB;
}
</style>
background-color css
<style>
a { background-color: #5273AB; }
a { background-color: rgb(82,115,171); }
div.DivClassName
{
background-color: #5273AB;
}
.BgClassName
{
background-color: #5273AB;
}
</style>
border-color css
<style>
span { border-color: #5273AB; }
span { border-color: rgb(82,115,171); }
td.TdClassName
{
border-color: #5273AB;
}
.TagClassName
{
border-color: #5273AB;
}
</style>