Shades of San Marino #526AB0
Tints of San Marino #526AB0
RGB
CMYK
RGB Variations
Color information
#526AB0 (or 0x526AB0) is known color: San Marino. HEX triplet: 52, 6A and B0. RGB value is (82,106,176). Sum of RGB (Red+Green+Blue) = 82+106+176=364 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.53% from 364); Green value is 106 (41.80% from 255 or 29.12% from 364); Blue value is 176 (69.14% from 255 or 48.35% from 364); Max value from RGB is 176 - color contains mainly: blue. Hex color #526AB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526AB0 is #AD954F. Grayscale: #6A6A6A. Windows color (decimal): -11375952 or 11561554. OLE color: 11561554.
HSL color Cylindrical-coordinate representation of color #526AB0: hue angle of 224.68º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #526AB0 is Cyan = 0.53, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 82 | 106 | 176 | - |
| CMYK | 0.53 | 0.40 | 0 | 0.31 |
| HSL | 224.68º | 0.37% | 0.51% | - |
| HSV(B) | 224.68º | 0.53% | 0.69% | - |
| XYZ | 16.47 | 15.24 | 43.15 | - |
| YUV | 106.8 | 167.05 | 110.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 106 | 176 | 0.53 | 0.40 | 0 | 0.31 | 224.68 | 0.37 | 0.51 |
| Hex | 52 | 6A | B0 | 35 | 28 | 0 | 1F | E1 | 25 | 33 |
| Octal | 122 | 152 | 260 | 65 | 50 | 0 | 37 | 341 | 45 | 63 |
| Binary | 1010010 | 1101010 | 10110000 | 110101 | 101000 | 0 | 11111 | 11100001 | 100101 | 110011 |
Color Harmonies of #526AB0
Complementary color
Monochromatic Colors of #526AB0
Black with #526AB0
Text Example
Text Example
White with #526AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526AB0; }
p { color: rgb(82,106,176); }
H1.HeaderClassName
{
color: #526AB0;
}
.AnyTagClassName
{
color: #526AB0;
}
</style>
background-color css
<style>
a { background-color: #526AB0; }
a { background-color: rgb(82,106,176); }
div.DivClassName
{
background-color: #526AB0;
}
.BgClassName
{
background-color: #526AB0;
}
</style>
border-color css
<style>
span { border-color: #526AB0; }
span { border-color: rgb(82,106,176); }
td.TdClassName
{
border-color: #526AB0;
}
.TagClassName
{
border-color: #526AB0;
}
</style>