Shades of San Marino #526E97
Tints of San Marino #526E97
RGB
CMYK
RGB Variations
Color information
#526E97 (or 0x526E97) is known color: San Marino. HEX triplet: 52, 6E and 97. RGB value is (82,110,151). Sum of RGB (Red+Green+Blue) = 82+110+151=343 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.91% from 343); Green value is 110 (43.36% from 255 or 32.07% from 343); Blue value is 151 (59.38% from 255 or 44.02% from 343); Max value from RGB is 151 - color contains mainly: blue. Hex color #526E97 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526E97 is #AD9168. Grayscale: #6A6A6A. Windows color (decimal): -11374953 or 9924178. OLE color: 9924178.
HSL color Cylindrical-coordinate representation of color #526E97: hue angle of 215.65º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #526E97 is Cyan = 0.46, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 82 | 110 | 151 | - |
| CMYK | 0.46 | 0.27 | 0 | 0.41 |
| HSL | 215.65º | 0.3% | 0.46% | - |
| HSV(B) | 215.65º | 0.46% | 0.59% | - |
| XYZ | 14.64 | 15.18 | 31.44 | - |
| YUV | 106.3 | 153.22 | 110.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 110 | 151 | 0.46 | 0.27 | 0 | 0.41 | 215.65 | 0.3 | 0.46 |
| Hex | 52 | 6E | 97 | 2E | 1B | 0 | 29 | D8 | 1E | 2E |
| Octal | 122 | 156 | 227 | 56 | 33 | 0 | 51 | 330 | 36 | 56 |
| Binary | 1010010 | 1101110 | 10010111 | 101110 | 11011 | 0 | 101001 | 11011000 | 11110 | 101110 |
Color Harmonies of #526E97
Complementary color
Monochromatic Colors of #526E97
Black with #526E97
Text Example
Text Example
White with #526E97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526E97; }
p { color: rgb(82,110,151); }
H1.HeaderClassName
{
color: #526E97;
}
.AnyTagClassName
{
color: #526E97;
}
</style>
background-color css
<style>
a { background-color: #526E97; }
a { background-color: rgb(82,110,151); }
div.DivClassName
{
background-color: #526E97;
}
.BgClassName
{
background-color: #526E97;
}
</style>
border-color css
<style>
span { border-color: #526E97; }
span { border-color: rgb(82,110,151); }
td.TdClassName
{
border-color: #526E97;
}
.TagClassName
{
border-color: #526E97;
}
</style>