Shades of San Marino #526BA2
Tints of San Marino #526BA2
RGB
CMYK
RGB Variations
Color information
#526BA2 (or 0x526BA2) is known color: San Marino. HEX triplet: 52, 6B and A2. RGB value is (82,107,162). Sum of RGB (Red+Green+Blue) = 82+107+162=351 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.36% from 351); Green value is 107 (42.19% from 255 or 30.48% from 351); Blue value is 162 (63.67% from 255 or 46.15% from 351); Max value from RGB is 162 - color contains mainly: blue. Hex color #526BA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526BA2 is #AD945D. Grayscale: #696969. Windows color (decimal): -11375710 or 10644306. OLE color: 10644306.
HSL color Cylindrical-coordinate representation of color #526BA2: hue angle of 221.25º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #526BA2 is Cyan = 0.49, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 82 | 107 | 162 | - |
| CMYK | 0.49 | 0.34 | 0 | 0.36 |
| HSL | 221.25º | 0.33% | 0.48% | - |
| HSV(B) | 221.25º | 0.49% | 0.64% | - |
| XYZ | 15.26 | 14.92 | 36.26 | - |
| YUV | 105.8 | 159.72 | 111.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 107 | 162 | 0.49 | 0.34 | 0 | 0.36 | 221.25 | 0.33 | 0.48 |
| Hex | 52 | 6B | A2 | 31 | 22 | 0 | 24 | DD | 21 | 30 |
| Octal | 122 | 153 | 242 | 61 | 42 | 0 | 44 | 335 | 41 | 60 |
| Binary | 1010010 | 1101011 | 10100010 | 110001 | 100010 | 0 | 100100 | 11011101 | 100001 | 110000 |
Color Harmonies of #526BA2
Complementary color
Monochromatic Colors of #526BA2
Black with #526BA2
Text Example
Text Example
White with #526BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526BA2; }
p { color: rgb(82,107,162); }
H1.HeaderClassName
{
color: #526BA2;
}
.AnyTagClassName
{
color: #526BA2;
}
</style>
background-color css
<style>
a { background-color: #526BA2; }
a { background-color: rgb(82,107,162); }
div.DivClassName
{
background-color: #526BA2;
}
.BgClassName
{
background-color: #526BA2;
}
</style>
border-color css
<style>
span { border-color: #526BA2; }
span { border-color: rgb(82,107,162); }
td.TdClassName
{
border-color: #526BA2;
}
.TagClassName
{
border-color: #526BA2;
}
</style>