Shades of San Marino #526AB1
Tints of San Marino #526AB1
RGB
CMYK
RGB Variations
Color information
#526AB1 (or 0x526AB1) is known color: San Marino. HEX triplet: 52, 6A and B1. RGB value is (82,106,177). Sum of RGB (Red+Green+Blue) = 82+106+177=365 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.47% from 365); Green value is 106 (41.80% from 255 or 29.04% from 365); Blue value is 177 (69.53% from 255 or 48.49% from 365); Max value from RGB is 177 - color contains mainly: blue. Hex color #526AB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526AB1 is #AD954E. Grayscale: #6A6A6A. Windows color (decimal): -11375951 or 11627090. OLE color: 11627090.
HSL color Cylindrical-coordinate representation of color #526AB1: hue angle of 224.84º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #526AB1 is Cyan = 0.54, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 82 | 106 | 177 | - |
| CMYK | 0.54 | 0.40 | 0 | 0.31 |
| HSL | 224.84º | 0.38% | 0.51% | - |
| HSV(B) | 224.84º | 0.54% | 0.69% | - |
| XYZ | 16.57 | 15.28 | 43.67 | - |
| YUV | 106.92 | 167.55 | 110.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 106 | 177 | 0.54 | 0.40 | 0 | 0.31 | 224.84 | 0.38 | 0.51 |
| Hex | 52 | 6A | B1 | 36 | 28 | 0 | 1F | E1 | 26 | 33 |
| Octal | 122 | 152 | 261 | 66 | 50 | 0 | 37 | 341 | 46 | 63 |
| Binary | 1010010 | 1101010 | 10110001 | 110110 | 101000 | 0 | 11111 | 11100001 | 100110 | 110011 |
Color Harmonies of #526AB1
Complementary color
Monochromatic Colors of #526AB1
Black with #526AB1
Text Example
Text Example
White with #526AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526AB1; }
p { color: rgb(82,106,177); }
H1.HeaderClassName
{
color: #526AB1;
}
.AnyTagClassName
{
color: #526AB1;
}
</style>
background-color css
<style>
a { background-color: #526AB1; }
a { background-color: rgb(82,106,177); }
div.DivClassName
{
background-color: #526AB1;
}
.BgClassName
{
background-color: #526AB1;
}
</style>
border-color css
<style>
span { border-color: #526AB1; }
span { border-color: rgb(82,106,177); }
td.TdClassName
{
border-color: #526AB1;
}
.TagClassName
{
border-color: #526AB1;
}
</style>