Shades of San Marino #5372B3
Tints of San Marino #5372B3
RGB
CMYK
RGB Variations
Color information
#5372B3 (or 0x5372B3) is known color: San Marino. HEX triplet: 53, 72 and B3. RGB value is (83,114,179). Sum of RGB (Red+Green+Blue) = 83+114+179=376 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.07% from 376); Green value is 114 (44.92% from 255 or 30.32% from 376); Blue value is 179 (70.31% from 255 or 47.61% from 376); Max value from RGB is 179 - color contains mainly: blue. Hex color #5372B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5372B3 is #AC8D4C. Grayscale: #6F6F6F. Windows color (decimal): -11308365 or 11760211. OLE color: 11760211.
HSL color Cylindrical-coordinate representation of color #5372B3: hue angle of 220.62º degrees, saturation: 0.39, 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 #5372B3 is Cyan = 0.54, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 83 | 114 | 179 | - |
| CMYK | 0.54 | 0.36 | 0 | 0.30 |
| HSL | 220.63º | 0.39% | 0.51% | - |
| HSV(B) | 220.63º | 0.54% | 0.7% | - |
| XYZ | 17.72 | 17.13 | 45.02 | - |
| YUV | 112.14 | 165.73 | 107.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 114 | 179 | 0.54 | 0.36 | 0 | 0.30 | 220.63 | 0.39 | 0.51 |
| Hex | 53 | 72 | B3 | 36 | 24 | 0 | 1E | DD | 27 | 33 |
| Octal | 123 | 162 | 263 | 66 | 44 | 0 | 36 | 335 | 47 | 63 |
| Binary | 1010011 | 1110010 | 10110011 | 110110 | 100100 | 0 | 11110 | 11011101 | 100111 | 110011 |
Color Harmonies of #5372B3
Complementary color
Monochromatic Colors of #5372B3
Black with #5372B3
Text Example
Text Example
White with #5372B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5372B3; }
p { color: rgb(83,114,179); }
H1.HeaderClassName
{
color: #5372B3;
}
.AnyTagClassName
{
color: #5372B3;
}
</style>
background-color css
<style>
a { background-color: #5372B3; }
a { background-color: rgb(83,114,179); }
div.DivClassName
{
background-color: #5372B3;
}
.BgClassName
{
background-color: #5372B3;
}
</style>
border-color css
<style>
span { border-color: #5372B3; }
span { border-color: rgb(83,114,179); }
td.TdClassName
{
border-color: #5372B3;
}
.TagClassName
{
border-color: #5372B3;
}
</style>