Shades of San Marino #526FAA
Tints of San Marino #526FAA
RGB
CMYK
RGB Variations
Color information
#526FAA (or 0x526FAA) is known color: San Marino. HEX triplet: 52, 6F and AA. RGB value is (82,111,170). Sum of RGB (Red+Green+Blue) = 82+111+170=363 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.59% from 363); Green value is 111 (43.75% from 255 or 30.58% from 363); Blue value is 170 (66.80% from 255 or 46.83% from 363); Max value from RGB is 170 - color contains mainly: blue. Hex color #526FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526FAA is #AD9055. Grayscale: #6C6C6C. Windows color (decimal): -11374678 or 11169618. OLE color: 11169618.
HSL color Cylindrical-coordinate representation of color #526FAA: hue angle of 220.23º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #526FAA is Cyan = 0.52, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 111 | 170 | - |
| CMYK | 0.52 | 0.35 | 0 | 0.33 |
| HSL | 220.23º | 0.35% | 0.49% | - |
| HSV(B) | 220.23º | 0.52% | 0.67% | - |
| XYZ | 16.42 | 16.07 | 40.27 | - |
| YUV | 109.06 | 162.39 | 108.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 111 | 170 | 0.52 | 0.35 | 0 | 0.33 | 220.23 | 0.35 | 0.49 |
| Hex | 52 | 6F | AA | 34 | 23 | 0 | 21 | DC | 23 | 31 |
| Octal | 122 | 157 | 252 | 64 | 43 | 0 | 41 | 334 | 43 | 61 |
| Binary | 1010010 | 1101111 | 10101010 | 110100 | 100011 | 0 | 100001 | 11011100 | 100011 | 110001 |
Color Harmonies of #526FAA
Complementary color
Monochromatic Colors of #526FAA
Black with #526FAA
Text Example
Text Example
White with #526FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526FAA; }
p { color: rgb(82,111,170); }
H1.HeaderClassName
{
color: #526FAA;
}
.AnyTagClassName
{
color: #526FAA;
}
</style>
background-color css
<style>
a { background-color: #526FAA; }
a { background-color: rgb(82,111,170); }
div.DivClassName
{
background-color: #526FAA;
}
.BgClassName
{
background-color: #526FAA;
}
</style>
border-color css
<style>
span { border-color: #526FAA; }
span { border-color: rgb(82,111,170); }
td.TdClassName
{
border-color: #526FAA;
}
.TagClassName
{
border-color: #526FAA;
}
</style>