Shades of San Marino #5375AB
Tints of San Marino #5375AB
RGB
CMYK
RGB Variations
Color information
#5375AB (or 0x5375AB) is known color: San Marino. HEX triplet: 53, 75 and AB. RGB value is (83,117,171). Sum of RGB (Red+Green+Blue) = 83+117+171=371 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.37% from 371); Green value is 117 (46.09% from 255 or 31.54% from 371); Blue value is 171 (67.19% from 255 or 46.09% from 371); Max value from RGB is 171 - color contains mainly: blue. Hex color #5375AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5375AB is #AC8A54. Grayscale: #707070. Windows color (decimal): -11307605 or 11236691. OLE color: 11236691.
HSL color Cylindrical-coordinate representation of color #5375AB: hue angle of 216.82º degrees, saturation: 0.35, 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 #5375AB is Cyan = 0.51, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 117 | 171 | - |
| CMYK | 0.51 | 0.32 | 0 | 0.33 |
| HSL | 216.82º | 0.35% | 0.5% | - |
| HSV(B) | 216.82º | 0.51% | 0.67% | - |
| XYZ | 17.28 | 17.5 | 41 | - |
| YUV | 112.99 | 160.74 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 117 | 171 | 0.51 | 0.32 | 0 | 0.33 | 216.82 | 0.35 | 0.5 |
| Hex | 53 | 75 | AB | 33 | 20 | 0 | 21 | D9 | 23 | 32 |
| Octal | 123 | 165 | 253 | 63 | 40 | 0 | 41 | 331 | 43 | 62 |
| Binary | 1010011 | 1110101 | 10101011 | 110011 | 100000 | 0 | 100001 | 11011001 | 100011 | 110010 |
Color Harmonies of #5375AB
Complementary color
Monochromatic Colors of #5375AB
Black with #5375AB
Text Example
Text Example
White with #5375AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5375AB; }
p { color: rgb(83,117,171); }
H1.HeaderClassName
{
color: #5375AB;
}
.AnyTagClassName
{
color: #5375AB;
}
</style>
background-color css
<style>
a { background-color: #5375AB; }
a { background-color: rgb(83,117,171); }
div.DivClassName
{
background-color: #5375AB;
}
.BgClassName
{
background-color: #5375AB;
}
</style>
border-color css
<style>
span { border-color: #5375AB; }
span { border-color: rgb(83,117,171); }
td.TdClassName
{
border-color: #5375AB;
}
.TagClassName
{
border-color: #5375AB;
}
</style>