Shades of San Marino #526BB2
Tints of San Marino #526BB2
RGB
CMYK
RGB Variations
Color information
#526BB2 (or 0x526BB2) is known color: San Marino. HEX triplet: 52, 6B and B2. RGB value is (82,107,178). Sum of RGB (Red+Green+Blue) = 82+107+178=367 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.34% from 367); Green value is 107 (42.19% from 255 or 29.16% from 367); Blue value is 178 (69.92% from 255 or 48.50% from 367); Max value from RGB is 178 - color contains mainly: blue. Hex color #526BB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526BB2 is #AD944D. Grayscale: #6B6B6B. Windows color (decimal): -11375694 or 11692882. OLE color: 11692882.
HSL color Cylindrical-coordinate representation of color #526BB2: hue angle of 224.38º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #526BB2 is Cyan = 0.54, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 82 | 107 | 178 | - |
| CMYK | 0.54 | 0.40 | 0 | 0.30 |
| HSL | 224.38º | 0.38% | 0.51% | - |
| HSV(B) | 224.38º | 0.54% | 0.7% | - |
| XYZ | 16.77 | 15.52 | 44.23 | - |
| YUV | 107.62 | 167.72 | 109.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 107 | 178 | 0.54 | 0.40 | 0 | 0.30 | 224.38 | 0.38 | 0.51 |
| Hex | 52 | 6B | B2 | 36 | 28 | 0 | 1E | E0 | 26 | 33 |
| Octal | 122 | 153 | 262 | 66 | 50 | 0 | 36 | 340 | 46 | 63 |
| Binary | 1010010 | 1101011 | 10110010 | 110110 | 101000 | 0 | 11110 | 11100000 | 100110 | 110011 |
Color Harmonies of #526BB2
Complementary color
Monochromatic Colors of #526BB2
Black with #526BB2
Text Example
Text Example
White with #526BB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526BB2; }
p { color: rgb(82,107,178); }
H1.HeaderClassName
{
color: #526BB2;
}
.AnyTagClassName
{
color: #526BB2;
}
</style>
background-color css
<style>
a { background-color: #526BB2; }
a { background-color: rgb(82,107,178); }
div.DivClassName
{
background-color: #526BB2;
}
.BgClassName
{
background-color: #526BB2;
}
</style>
border-color css
<style>
span { border-color: #526BB2; }
span { border-color: rgb(82,107,178); }
td.TdClassName
{
border-color: #526BB2;
}
.TagClassName
{
border-color: #526BB2;
}
</style>