Shades of San Marino #5264AA
Tints of San Marino #5264AA
RGB
CMYK
RGB Variations
Color information
#5264AA (or 0x5264AA) is known color: San Marino. HEX triplet: 52, 64 and AA. RGB value is (82,100,170). Sum of RGB (Red+Green+Blue) = 82+100+170=352 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.30% from 352); Green value is 100 (39.45% from 255 or 28.41% from 352); Blue value is 170 (66.80% from 255 or 48.30% from 352); Max value from RGB is 170 - color contains mainly: blue. Hex color #5264AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5264AA is #AD9B55. Grayscale: #666666. Windows color (decimal): -11377494 or 11166802. OLE color: 11166802.
HSL color Cylindrical-coordinate representation of color #5264AA: hue angle of 227.73º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5264AA is Cyan = 0.52, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 100 | 170 | - |
| CMYK | 0.52 | 0.41 | 0 | 0.33 |
| HSL | 227.73º | 0.35% | 0.49% | - |
| HSV(B) | 227.73º | 0.52% | 0.67% | - |
| XYZ | 15.29 | 13.81 | 39.89 | - |
| YUV | 102.6 | 166.04 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 100 | 170 | 0.52 | 0.41 | 0 | 0.33 | 227.73 | 0.35 | 0.49 |
| Hex | 52 | 64 | AA | 34 | 29 | 0 | 21 | E4 | 23 | 31 |
| Octal | 122 | 144 | 252 | 64 | 51 | 0 | 41 | 344 | 43 | 61 |
| Binary | 1010010 | 1100100 | 10101010 | 110100 | 101001 | 0 | 100001 | 11100100 | 100011 | 110001 |
Color Harmonies of #5264AA
Complementary color
Monochromatic Colors of #5264AA
Black with #5264AA
Text Example
Text Example
White with #5264AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5264AA; }
p { color: rgb(82,100,170); }
H1.HeaderClassName
{
color: #5264AA;
}
.AnyTagClassName
{
color: #5264AA;
}
</style>
background-color css
<style>
a { background-color: #5264AA; }
a { background-color: rgb(82,100,170); }
div.DivClassName
{
background-color: #5264AA;
}
.BgClassName
{
background-color: #5264AA;
}
</style>
border-color css
<style>
span { border-color: #5264AA; }
span { border-color: rgb(82,100,170); }
td.TdClassName
{
border-color: #5264AA;
}
.TagClassName
{
border-color: #5264AA;
}
</style>