Shades of San Marino #526AAE
Tints of San Marino #526AAE
RGB
CMYK
RGB Variations
Color information
#526AAE (or 0x526AAE) is known color: San Marino. HEX triplet: 52, 6A and AE. RGB value is (82,106,174). Sum of RGB (Red+Green+Blue) = 82+106+174=362 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.65% from 362); Green value is 106 (41.80% from 255 or 29.28% from 362); Blue value is 174 (68.36% from 255 or 48.07% from 362); Max value from RGB is 174 - color contains mainly: blue. Hex color #526AAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526AAE is #AD9551. Grayscale: #6A6A6A. Windows color (decimal): -11375954 or 11430482. OLE color: 11430482.
HSL color Cylindrical-coordinate representation of color #526AAE: hue angle of 224.35º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #526AAE is Cyan = 0.53, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 82 | 106 | 174 | - |
| CMYK | 0.53 | 0.39 | 0 | 0.32 |
| HSL | 224.35º | 0.36% | 0.5% | - |
| HSV(B) | 224.35º | 0.53% | 0.68% | - |
| XYZ | 16.27 | 15.16 | 42.11 | - |
| YUV | 106.58 | 166.05 | 110.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 106 | 174 | 0.53 | 0.39 | 0 | 0.32 | 224.35 | 0.36 | 0.5 |
| Hex | 52 | 6A | AE | 35 | 27 | 0 | 20 | E0 | 24 | 32 |
| Octal | 122 | 152 | 256 | 65 | 47 | 0 | 40 | 340 | 44 | 62 |
| Binary | 1010010 | 1101010 | 10101110 | 110101 | 100111 | 0 | 100000 | 11100000 | 100100 | 110010 |
Color Harmonies of #526AAE
Complementary color
Monochromatic Colors of #526AAE
Black with #526AAE
Text Example
Text Example
White with #526AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526AAE; }
p { color: rgb(82,106,174); }
H1.HeaderClassName
{
color: #526AAE;
}
.AnyTagClassName
{
color: #526AAE;
}
</style>
background-color css
<style>
a { background-color: #526AAE; }
a { background-color: rgb(82,106,174); }
div.DivClassName
{
background-color: #526AAE;
}
.BgClassName
{
background-color: #526AAE;
}
</style>
border-color css
<style>
span { border-color: #526AAE; }
span { border-color: rgb(82,106,174); }
td.TdClassName
{
border-color: #526AAE;
}
.TagClassName
{
border-color: #526AAE;
}
</style>