Shades of San Marino #526AAF
Tints of San Marino #526AAF
RGB
CMYK
RGB Variations
Color information
#526AAF (or 0x526AAF) is known color: San Marino. HEX triplet: 52, 6A and AF. RGB value is (82,106,175). Sum of RGB (Red+Green+Blue) = 82+106+175=363 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.59% from 363); Green value is 106 (41.80% from 255 or 29.20% from 363); Blue value is 175 (68.75% from 255 or 48.21% from 363); Max value from RGB is 175 - color contains mainly: blue. Hex color #526AAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526AAF is #AD9550. Grayscale: #6A6A6A. Windows color (decimal): -11375953 or 11496018. OLE color: 11496018.
HSL color Cylindrical-coordinate representation of color #526AAF: hue angle of 224.52º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #526AAF is Cyan = 0.53, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 82 | 106 | 175 | - |
| CMYK | 0.53 | 0.39 | 0 | 0.31 |
| HSL | 224.52º | 0.37% | 0.5% | - |
| HSV(B) | 224.52º | 0.53% | 0.69% | - |
| XYZ | 16.37 | 15.2 | 42.63 | - |
| YUV | 106.69 | 166.55 | 110.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 106 | 175 | 0.53 | 0.39 | 0 | 0.31 | 224.52 | 0.37 | 0.5 |
| Hex | 52 | 6A | AF | 35 | 27 | 0 | 1F | E1 | 25 | 32 |
| Octal | 122 | 152 | 257 | 65 | 47 | 0 | 37 | 341 | 45 | 62 |
| Binary | 1010010 | 1101010 | 10101111 | 110101 | 100111 | 0 | 11111 | 11100001 | 100101 | 110010 |
Color Harmonies of #526AAF
Complementary color
Monochromatic Colors of #526AAF
Black with #526AAF
Text Example
Text Example
White with #526AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526AAF; }
p { color: rgb(82,106,175); }
H1.HeaderClassName
{
color: #526AAF;
}
.AnyTagClassName
{
color: #526AAF;
}
</style>
background-color css
<style>
a { background-color: #526AAF; }
a { background-color: rgb(82,106,175); }
div.DivClassName
{
background-color: #526AAF;
}
.BgClassName
{
background-color: #526AAF;
}
</style>
border-color css
<style>
span { border-color: #526AAF; }
span { border-color: rgb(82,106,175); }
td.TdClassName
{
border-color: #526AAF;
}
.TagClassName
{
border-color: #526AAF;
}
</style>