Shades of San Marino #526CA0
Tints of San Marino #526CA0
RGB
CMYK
RGB Variations
Color information
#526CA0 (or 0x526CA0) is known color: San Marino. HEX triplet: 52, 6C and A0. RGB value is (82,108,160). Sum of RGB (Red+Green+Blue) = 82+108+160=350 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.43% from 350); Green value is 108 (42.58% from 255 or 30.86% from 350); Blue value is 160 (62.89% from 255 or 45.71% from 350); Max value from RGB is 160 - color contains mainly: blue. Hex color #526CA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526CA0 is #AD935F. Grayscale: #696969. Windows color (decimal): -11375456 or 10513490. OLE color: 10513490.
HSL color Cylindrical-coordinate representation of color #526CA0: hue angle of 220º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #526CA0 is Cyan = 0.49, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 82 | 108 | 160 | - |
| CMYK | 0.49 | 0.32 | 0 | 0.37 |
| HSL | 220º | 0.32% | 0.47% | - |
| HSV(B) | 220º | 0.49% | 0.63% | - |
| XYZ | 15.19 | 15.06 | 35.36 | - |
| YUV | 106.15 | 158.39 | 110.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 108 | 160 | 0.49 | 0.32 | 0 | 0.37 | 220 | 0.32 | 0.47 |
| Hex | 52 | 6C | A0 | 31 | 20 | 0 | 25 | DC | 20 | 2F |
| Octal | 122 | 154 | 240 | 61 | 40 | 0 | 45 | 334 | 40 | 57 |
| Binary | 1010010 | 1101100 | 10100000 | 110001 | 100000 | 0 | 100101 | 11011100 | 100000 | 101111 |
Color Harmonies of #526CA0
Complementary color
Monochromatic Colors of #526CA0
Black with #526CA0
Text Example
Text Example
White with #526CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526CA0; }
p { color: rgb(82,108,160); }
H1.HeaderClassName
{
color: #526CA0;
}
.AnyTagClassName
{
color: #526CA0;
}
</style>
background-color css
<style>
a { background-color: #526CA0; }
a { background-color: rgb(82,108,160); }
div.DivClassName
{
background-color: #526CA0;
}
.BgClassName
{
background-color: #526CA0;
}
</style>
border-color css
<style>
span { border-color: #526CA0; }
span { border-color: rgb(82,108,160); }
td.TdClassName
{
border-color: #526CA0;
}
.TagClassName
{
border-color: #526CA0;
}
</style>