Shades of San Marino #537BA1
Tints of San Marino #537BA1
RGB
CMYK
RGB Variations
Color information
#537BA1 (or 0x537BA1) is known color: San Marino. HEX triplet: 53, 7B and A1. RGB value is (83,123,161). Sum of RGB (Red+Green+Blue) = 83+123+161=367 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.62% from 367); Green value is 123 (48.44% from 255 or 33.51% from 367); Blue value is 161 (63.28% from 255 or 43.87% from 367); Max value from RGB is 161 - color contains mainly: blue. Hex color #537BA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537BA1 is #AC845E. Grayscale: #737373. Windows color (decimal): -11306079 or 10582867. OLE color: 10582867.
HSL color Cylindrical-coordinate representation of color #537BA1: hue angle of 209.23º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #537BA1 is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 83 | 123 | 161 | - |
| CMYK | 0.48 | 0.24 | 0 | 0.37 |
| HSL | 209.23º | 0.32% | 0.48% | - |
| HSV(B) | 209.23º | 0.48% | 0.63% | - |
| XYZ | 17.08 | 18.58 | 36.4 | - |
| YUV | 115.37 | 153.75 | 104.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 123 | 161 | 0.48 | 0.24 | 0 | 0.37 | 209.23 | 0.32 | 0.48 |
| Hex | 53 | 7B | A1 | 30 | 18 | 0 | 25 | D1 | 20 | 30 |
| Octal | 123 | 173 | 241 | 60 | 30 | 0 | 45 | 321 | 40 | 60 |
| Binary | 1010011 | 1111011 | 10100001 | 110000 | 11000 | 0 | 100101 | 11010001 | 100000 | 110000 |
Color Harmonies of #537BA1
Complementary color
Monochromatic Colors of #537BA1
Black with #537BA1
Text Example
Text Example
White with #537BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537BA1; }
p { color: rgb(83,123,161); }
H1.HeaderClassName
{
color: #537BA1;
}
.AnyTagClassName
{
color: #537BA1;
}
</style>
background-color css
<style>
a { background-color: #537BA1; }
a { background-color: rgb(83,123,161); }
div.DivClassName
{
background-color: #537BA1;
}
.BgClassName
{
background-color: #537BA1;
}
</style>
border-color css
<style>
span { border-color: #537BA1; }
span { border-color: rgb(83,123,161); }
td.TdClassName
{
border-color: #537BA1;
}
.TagClassName
{
border-color: #537BA1;
}
</style>