Shades of San Marino #536EAA
Tints of San Marino #536EAA
RGB
CMYK
RGB Variations
Color information
#536EAA (or 0x536EAA) is known color: San Marino. HEX triplet: 53, 6E and AA. RGB value is (83,110,170). Sum of RGB (Red+Green+Blue) = 83+110+170=363 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.87% from 363); Green value is 110 (43.36% from 255 or 30.30% from 363); Blue value is 170 (66.80% from 255 or 46.83% from 363); Max value from RGB is 170 - color contains mainly: blue. Hex color #536EAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536EAA is #AC9155. Grayscale: #6C6C6C. Windows color (decimal): -11309398 or 11169363. OLE color: 11169363.
HSL color Cylindrical-coordinate representation of color #536EAA: hue angle of 221.38º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #536EAA is Cyan = 0.51, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 110 | 170 | - |
| CMYK | 0.51 | 0.35 | 0 | 0.33 |
| HSL | 221.38º | 0.34% | 0.5% | - |
| HSV(B) | 221.38º | 0.51% | 0.67% | - |
| XYZ | 16.4 | 15.89 | 40.23 | - |
| YUV | 108.77 | 162.55 | 109.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 110 | 170 | 0.51 | 0.35 | 0 | 0.33 | 221.38 | 0.34 | 0.5 |
| Hex | 53 | 6E | AA | 33 | 23 | 0 | 21 | DD | 22 | 32 |
| Octal | 123 | 156 | 252 | 63 | 43 | 0 | 41 | 335 | 42 | 62 |
| Binary | 1010011 | 1101110 | 10101010 | 110011 | 100011 | 0 | 100001 | 11011101 | 100010 | 110010 |
Color Harmonies of #536EAA
Complementary color
Monochromatic Colors of #536EAA
Black with #536EAA
Text Example
Text Example
White with #536EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536EAA; }
p { color: rgb(83,110,170); }
H1.HeaderClassName
{
color: #536EAA;
}
.AnyTagClassName
{
color: #536EAA;
}
</style>
background-color css
<style>
a { background-color: #536EAA; }
a { background-color: rgb(83,110,170); }
div.DivClassName
{
background-color: #536EAA;
}
.BgClassName
{
background-color: #536EAA;
}
</style>
border-color css
<style>
span { border-color: #536EAA; }
span { border-color: rgb(83,110,170); }
td.TdClassName
{
border-color: #536EAA;
}
.TagClassName
{
border-color: #536EAA;
}
</style>