Shades of San Marino #5375A2
Tints of San Marino #5375A2
RGB
CMYK
RGB Variations
Color information
#5375A2 (or 0x5375A2) is known color: San Marino. HEX triplet: 53, 75 and A2. RGB value is (83,117,162). Sum of RGB (Red+Green+Blue) = 83+117+162=362 (47% of max value = 765). Red value is 83 (32.81% from 255 or 22.93% from 362); Green value is 117 (46.09% from 255 or 32.32% from 362); Blue value is 162 (63.67% from 255 or 44.75% from 362); Max value from RGB is 162 - color contains mainly: blue. Hex color #5375A2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5375A2 is #AC8A5D. Grayscale: #6F6F6F. Windows color (decimal): -11307614 or 10646867. OLE color: 10646867.
HSL color Cylindrical-coordinate representation of color #5375A2: hue angle of 214.18º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5375A2 is Cyan = 0.49, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 83 | 117 | 162 | - |
| CMYK | 0.49 | 0.28 | 0 | 0.36 |
| HSL | 214.18º | 0.32% | 0.48% | - |
| HSV(B) | 214.18º | 0.49% | 0.64% | - |
| XYZ | 16.45 | 17.17 | 36.63 | - |
| YUV | 111.96 | 156.24 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 117 | 162 | 0.49 | 0.28 | 0 | 0.36 | 214.18 | 0.32 | 0.48 |
| Hex | 53 | 75 | A2 | 31 | 1C | 0 | 24 | D6 | 20 | 30 |
| Octal | 123 | 165 | 242 | 61 | 34 | 0 | 44 | 326 | 40 | 60 |
| Binary | 1010011 | 1110101 | 10100010 | 110001 | 11100 | 0 | 100100 | 11010110 | 100000 | 110000 |
Color Harmonies of #5375A2
Complementary color
Monochromatic Colors of #5375A2
Black with #5375A2
Text Example
Text Example
White with #5375A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5375A2; }
p { color: rgb(83,117,162); }
H1.HeaderClassName
{
color: #5375A2;
}
.AnyTagClassName
{
color: #5375A2;
}
</style>
background-color css
<style>
a { background-color: #5375A2; }
a { background-color: rgb(83,117,162); }
div.DivClassName
{
background-color: #5375A2;
}
.BgClassName
{
background-color: #5375A2;
}
</style>
border-color css
<style>
span { border-color: #5375A2; }
span { border-color: rgb(83,117,162); }
td.TdClassName
{
border-color: #5375A2;
}
.TagClassName
{
border-color: #5375A2;
}
</style>