Shades of San Marino #536DB2
Tints of San Marino #536DB2
RGB
CMYK
RGB Variations
Color information
#536DB2 (or 0x536DB2) is known color: San Marino. HEX triplet: 53, 6D and B2. RGB value is (83,109,178). Sum of RGB (Red+Green+Blue) = 83+109+178=370 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.43% from 370); Green value is 109 (42.97% from 255 or 29.46% from 370); Blue value is 178 (69.92% from 255 or 48.11% from 370); Max value from RGB is 178 - color contains mainly: blue. Hex color #536DB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536DB2 is #AC924D. Grayscale: #6C6C6C. Windows color (decimal): -11309646 or 11693395. OLE color: 11693395.
HSL color Cylindrical-coordinate representation of color #536DB2: hue angle of 223.58º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #536DB2 is Cyan = 0.53, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 83 | 109 | 178 | - |
| CMYK | 0.53 | 0.39 | 0 | 0.30 |
| HSL | 223.58º | 0.38% | 0.51% | - |
| HSV(B) | 223.58º | 0.53% | 0.7% | - |
| XYZ | 17.07 | 15.99 | 44.31 | - |
| YUV | 109.09 | 166.89 | 109.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 109 | 178 | 0.53 | 0.39 | 0 | 0.30 | 223.58 | 0.38 | 0.51 |
| Hex | 53 | 6D | B2 | 35 | 27 | 0 | 1E | E0 | 26 | 33 |
| Octal | 123 | 155 | 262 | 65 | 47 | 0 | 36 | 340 | 46 | 63 |
| Binary | 1010011 | 1101101 | 10110010 | 110101 | 100111 | 0 | 11110 | 11100000 | 100110 | 110011 |
Color Harmonies of #536DB2
Complementary color
Monochromatic Colors of #536DB2
Black with #536DB2
Text Example
Text Example
White with #536DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536DB2; }
p { color: rgb(83,109,178); }
H1.HeaderClassName
{
color: #536DB2;
}
.AnyTagClassName
{
color: #536DB2;
}
</style>
background-color css
<style>
a { background-color: #536DB2; }
a { background-color: rgb(83,109,178); }
div.DivClassName
{
background-color: #536DB2;
}
.BgClassName
{
background-color: #536DB2;
}
</style>
border-color css
<style>
span { border-color: #536DB2; }
span { border-color: rgb(83,109,178); }
td.TdClassName
{
border-color: #536DB2;
}
.TagClassName
{
border-color: #536DB2;
}
</style>