Shades of San Marino #526A95
Tints of San Marino #526A95
RGB
CMYK
RGB Variations
Color information
#526A95 (or 0x526A95) is known color: San Marino. HEX triplet: 52, 6A and 95. RGB value is (82,106,149). Sum of RGB (Red+Green+Blue) = 82+106+149=337 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.33% from 337); Green value is 106 (41.80% from 255 or 31.45% from 337); Blue value is 149 (58.59% from 255 or 44.21% from 337); Max value from RGB is 149 - color contains mainly: blue. Hex color #526A95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526A95 is #AD956A. Grayscale: #676767. Windows color (decimal): -11375979 or 9792082. OLE color: 9792082.
HSL color Cylindrical-coordinate representation of color #526A95: hue angle of 218.51º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #526A95 is Cyan = 0.45, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 82 | 106 | 149 | - |
| CMYK | 0.45 | 0.29 | 0 | 0.42 |
| HSL | 218.51º | 0.29% | 0.45% | - |
| HSV(B) | 218.51º | 0.45% | 0.58% | - |
| XYZ | 14.06 | 14.27 | 30.45 | - |
| YUV | 103.73 | 153.55 | 112.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 106 | 149 | 0.45 | 0.29 | 0 | 0.42 | 218.51 | 0.29 | 0.45 |
| Hex | 52 | 6A | 95 | 2D | 1D | 0 | 2A | DB | 1D | 2D |
| Octal | 122 | 152 | 225 | 55 | 35 | 0 | 52 | 333 | 35 | 55 |
| Binary | 1010010 | 1101010 | 10010101 | 101101 | 11101 | 0 | 101010 | 11011011 | 11101 | 101101 |
Color Harmonies of #526A95
Complementary color
Monochromatic Colors of #526A95
Black with #526A95
Text Example
Text Example
White with #526A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526A95; }
p { color: rgb(82,106,149); }
H1.HeaderClassName
{
color: #526A95;
}
.AnyTagClassName
{
color: #526A95;
}
</style>
background-color css
<style>
a { background-color: #526A95; }
a { background-color: rgb(82,106,149); }
div.DivClassName
{
background-color: #526A95;
}
.BgClassName
{
background-color: #526A95;
}
</style>
border-color css
<style>
span { border-color: #526A95; }
span { border-color: rgb(82,106,149); }
td.TdClassName
{
border-color: #526A95;
}
.TagClassName
{
border-color: #526A95;
}
</style>