Shades of San Marino #526BA9
Tints of San Marino #526BA9
RGB
CMYK
RGB Variations
Color information
#526BA9 (or 0x526BA9) is known color: San Marino. HEX triplet: 52, 6B and A9. RGB value is (82,107,169). Sum of RGB (Red+Green+Blue) = 82+107+169=358 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.91% from 358); Green value is 107 (42.19% from 255 or 29.89% from 358); Blue value is 169 (66.41% from 255 or 47.21% from 358); Max value from RGB is 169 - color contains mainly: blue. Hex color #526BA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526BA9 is #AD9456. Grayscale: #6A6A6A. Windows color (decimal): -11375703 or 11103058. OLE color: 11103058.
HSL color Cylindrical-coordinate representation of color #526BA9: hue angle of 222.76º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #526BA9 is Cyan = 0.51, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 82 | 107 | 169 | - |
| CMYK | 0.51 | 0.37 | 0 | 0.34 |
| HSL | 222.76º | 0.35% | 0.49% | - |
| HSV(B) | 222.76º | 0.51% | 0.66% | - |
| XYZ | 15.9 | 15.17 | 39.63 | - |
| YUV | 106.59 | 163.22 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 107 | 169 | 0.51 | 0.37 | 0 | 0.34 | 222.76 | 0.35 | 0.49 |
| Hex | 52 | 6B | A9 | 33 | 25 | 0 | 22 | DF | 23 | 31 |
| Octal | 122 | 153 | 251 | 63 | 45 | 0 | 42 | 337 | 43 | 61 |
| Binary | 1010010 | 1101011 | 10101001 | 110011 | 100101 | 0 | 100010 | 11011111 | 100011 | 110001 |
Color Harmonies of #526BA9
Complementary color
Monochromatic Colors of #526BA9
Black with #526BA9
Text Example
Text Example
White with #526BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526BA9; }
p { color: rgb(82,107,169); }
H1.HeaderClassName
{
color: #526BA9;
}
.AnyTagClassName
{
color: #526BA9;
}
</style>
background-color css
<style>
a { background-color: #526BA9; }
a { background-color: rgb(82,107,169); }
div.DivClassName
{
background-color: #526BA9;
}
.BgClassName
{
background-color: #526BA9;
}
</style>
border-color css
<style>
span { border-color: #526BA9; }
span { border-color: rgb(82,107,169); }
td.TdClassName
{
border-color: #526BA9;
}
.TagClassName
{
border-color: #526BA9;
}
</style>