Shades of San Marino #526AAC
Tints of San Marino #526AAC
RGB
CMYK
RGB Variations
Color information
#526AAC (or 0x526AAC) is known color: San Marino. HEX triplet: 52, 6A and AC. RGB value is (82,106,172). Sum of RGB (Red+Green+Blue) = 82+106+172=360 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.78% from 360); Green value is 106 (41.80% from 255 or 29.44% from 360); Blue value is 172 (67.58% from 255 or 47.78% from 360); Max value from RGB is 172 - color contains mainly: blue. Hex color #526AAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526AAC is #AD9553. Grayscale: #6A6A6A. Windows color (decimal): -11375956 or 11299410. OLE color: 11299410.
HSL color Cylindrical-coordinate representation of color #526AAC: hue angle of 224º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #526AAC is Cyan = 0.52, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 106 | 172 | - |
| CMYK | 0.52 | 0.38 | 0 | 0.33 |
| HSL | 224º | 0.35% | 0.5% | - |
| HSV(B) | 224º | 0.52% | 0.67% | - |
| XYZ | 16.08 | 15.08 | 41.09 | - |
| YUV | 106.35 | 165.05 | 110.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 106 | 172 | 0.52 | 0.38 | 0 | 0.33 | 224 | 0.35 | 0.5 |
| Hex | 52 | 6A | AC | 34 | 26 | 0 | 21 | E0 | 23 | 32 |
| Octal | 122 | 152 | 254 | 64 | 46 | 0 | 41 | 340 | 43 | 62 |
| Binary | 1010010 | 1101010 | 10101100 | 110100 | 100110 | 0 | 100001 | 11100000 | 100011 | 110010 |
Color Harmonies of #526AAC
Complementary color
Monochromatic Colors of #526AAC
Black with #526AAC
Text Example
Text Example
White with #526AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526AAC; }
p { color: rgb(82,106,172); }
H1.HeaderClassName
{
color: #526AAC;
}
.AnyTagClassName
{
color: #526AAC;
}
</style>
background-color css
<style>
a { background-color: #526AAC; }
a { background-color: rgb(82,106,172); }
div.DivClassName
{
background-color: #526AAC;
}
.BgClassName
{
background-color: #526AAC;
}
</style>
border-color css
<style>
span { border-color: #526AAC; }
span { border-color: rgb(82,106,172); }
td.TdClassName
{
border-color: #526AAC;
}
.TagClassName
{
border-color: #526AAC;
}
</style>