Shades of San Marino #5265AC
Tints of San Marino #5265AC
RGB
CMYK
RGB Variations
Color information
#5265AC (or 0x5265AC) is known color: San Marino. HEX triplet: 52, 65 and AC. RGB value is (82,101,172). Sum of RGB (Red+Green+Blue) = 82+101+172=355 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.10% from 355); Green value is 101 (39.84% from 255 or 28.45% from 355); Blue value is 172 (67.58% from 255 or 48.45% from 355); Max value from RGB is 172 - color contains mainly: blue. Hex color #5265AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5265AC is #AD9A53. Grayscale: #676767. Windows color (decimal): -11377236 or 11298130. OLE color: 11298130.
HSL color Cylindrical-coordinate representation of color #5265AC: hue angle of 227.33º 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 #5265AC is Cyan = 0.52, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 101 | 172 | - |
| CMYK | 0.52 | 0.41 | 0 | 0.33 |
| HSL | 227.33º | 0.35% | 0.5% | - |
| HSV(B) | 227.33º | 0.52% | 0.67% | - |
| XYZ | 15.58 | 14.08 | 40.93 | - |
| YUV | 103.41 | 166.71 | 112.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 101 | 172 | 0.52 | 0.41 | 0 | 0.33 | 227.33 | 0.35 | 0.5 |
| Hex | 52 | 65 | AC | 34 | 29 | 0 | 21 | E3 | 23 | 32 |
| Octal | 122 | 145 | 254 | 64 | 51 | 0 | 41 | 343 | 43 | 62 |
| Binary | 1010010 | 1100101 | 10101100 | 110100 | 101001 | 0 | 100001 | 11100011 | 100011 | 110010 |
Color Harmonies of #5265AC
Complementary color
Monochromatic Colors of #5265AC
Black with #5265AC
Text Example
Text Example
White with #5265AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5265AC; }
p { color: rgb(82,101,172); }
H1.HeaderClassName
{
color: #5265AC;
}
.AnyTagClassName
{
color: #5265AC;
}
</style>
background-color css
<style>
a { background-color: #5265AC; }
a { background-color: rgb(82,101,172); }
div.DivClassName
{
background-color: #5265AC;
}
.BgClassName
{
background-color: #5265AC;
}
</style>
border-color css
<style>
span { border-color: #5265AC; }
span { border-color: rgb(82,101,172); }
td.TdClassName
{
border-color: #5265AC;
}
.TagClassName
{
border-color: #5265AC;
}
</style>