Shades of San Marino #526A9E
Tints of San Marino #526A9E
RGB
CMYK
RGB Variations
Color information
#526A9E (or 0x526A9E) is known color: San Marino. HEX triplet: 52, 6A and 9E. RGB value is (82,106,158). Sum of RGB (Red+Green+Blue) = 82+106+158=346 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.70% from 346); Green value is 106 (41.80% from 255 or 30.64% from 346); Blue value is 158 (62.11% from 255 or 45.66% from 346); Max value from RGB is 158 - color contains mainly: blue. Hex color #526A9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526A9E is #AD9561. Grayscale: #686868. Windows color (decimal): -11375970 or 10381906. OLE color: 10381906.
HSL color Cylindrical-coordinate representation of color #526A9E: hue angle of 221.05º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #526A9E is Cyan = 0.48, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 82 | 106 | 158 | - |
| CMYK | 0.48 | 0.33 | 0 | 0.38 |
| HSL | 221.05º | 0.32% | 0.47% | - |
| HSV(B) | 221.05º | 0.48% | 0.62% | - |
| XYZ | 14.81 | 14.57 | 34.38 | - |
| YUV | 104.75 | 158.05 | 111.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 106 | 158 | 0.48 | 0.33 | 0 | 0.38 | 221.05 | 0.32 | 0.47 |
| Hex | 52 | 6A | 9E | 30 | 21 | 0 | 26 | DD | 20 | 2F |
| Octal | 122 | 152 | 236 | 60 | 41 | 0 | 46 | 335 | 40 | 57 |
| Binary | 1010010 | 1101010 | 10011110 | 110000 | 100001 | 0 | 100110 | 11011101 | 100000 | 101111 |
Color Harmonies of #526A9E
Complementary color
Monochromatic Colors of #526A9E
Black with #526A9E
Text Example
Text Example
White with #526A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526A9E; }
p { color: rgb(82,106,158); }
H1.HeaderClassName
{
color: #526A9E;
}
.AnyTagClassName
{
color: #526A9E;
}
</style>
background-color css
<style>
a { background-color: #526A9E; }
a { background-color: rgb(82,106,158); }
div.DivClassName
{
background-color: #526A9E;
}
.BgClassName
{
background-color: #526A9E;
}
</style>
border-color css
<style>
span { border-color: #526A9E; }
span { border-color: rgb(82,106,158); }
td.TdClassName
{
border-color: #526A9E;
}
.TagClassName
{
border-color: #526A9E;
}
</style>