Shades of San Marino #5265AB
Tints of San Marino #5265AB
RGB
CMYK
RGB Variations
Color information
#5265AB (or 0x5265AB) is known color: San Marino. HEX triplet: 52, 65 and AB. RGB value is (82,101,171). Sum of RGB (Red+Green+Blue) = 82+101+171=354 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.16% from 354); Green value is 101 (39.84% from 255 or 28.53% from 354); Blue value is 171 (67.19% from 255 or 48.31% from 354); Max value from RGB is 171 - color contains mainly: blue. Hex color #5265AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5265AB is #AD9A54. Grayscale: #676767. Windows color (decimal): -11377237 or 11232594. OLE color: 11232594.
HSL color Cylindrical-coordinate representation of color #5265AB: hue angle of 227.19º 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 #5265AB is Cyan = 0.52, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 101 | 171 | - |
| CMYK | 0.52 | 0.41 | 0 | 0.33 |
| HSL | 227.19º | 0.35% | 0.5% | - |
| HSV(B) | 227.19º | 0.52% | 0.67% | - |
| XYZ | 15.48 | 14.04 | 40.42 | - |
| YUV | 103.3 | 166.21 | 112.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 101 | 171 | 0.52 | 0.41 | 0 | 0.33 | 227.19 | 0.35 | 0.5 |
| Hex | 52 | 65 | AB | 34 | 29 | 0 | 21 | E3 | 23 | 32 |
| Octal | 122 | 145 | 253 | 64 | 51 | 0 | 41 | 343 | 43 | 62 |
| Binary | 1010010 | 1100101 | 10101011 | 110100 | 101001 | 0 | 100001 | 11100011 | 100011 | 110010 |
Color Harmonies of #5265AB
Complementary color
Monochromatic Colors of #5265AB
Black with #5265AB
Text Example
Text Example
White with #5265AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5265AB; }
p { color: rgb(82,101,171); }
H1.HeaderClassName
{
color: #5265AB;
}
.AnyTagClassName
{
color: #5265AB;
}
</style>
background-color css
<style>
a { background-color: #5265AB; }
a { background-color: rgb(82,101,171); }
div.DivClassName
{
background-color: #5265AB;
}
.BgClassName
{
background-color: #5265AB;
}
</style>
border-color css
<style>
span { border-color: #5265AB; }
span { border-color: rgb(82,101,171); }
td.TdClassName
{
border-color: #5265AB;
}
.TagClassName
{
border-color: #5265AB;
}
</style>