Shades of San Marino #5379A0
Tints of San Marino #5379A0
RGB
CMYK
RGB Variations
Color information
#5379A0 (or 0x5379A0) is known color: San Marino. HEX triplet: 53, 79 and A0. RGB value is (83,121,160). Sum of RGB (Red+Green+Blue) = 83+121+160=364 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.80% from 364); Green value is 121 (47.66% from 255 or 33.24% from 364); Blue value is 160 (62.89% from 255 or 43.96% from 364); Max value from RGB is 160 - color contains mainly: blue. Hex color #5379A0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5379A0 is #AC865F. Grayscale: #717171. Windows color (decimal): -11306592 or 10516819. OLE color: 10516819.
HSL color Cylindrical-coordinate representation of color #5379A0: hue angle of 210.39º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5379A0 is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 83 | 121 | 160 | - |
| CMYK | 0.48 | 0.24 | 0 | 0.37 |
| HSL | 210.39º | 0.32% | 0.48% | - |
| HSV(B) | 210.39º | 0.48% | 0.63% | - |
| XYZ | 16.75 | 18.05 | 35.86 | - |
| YUV | 114.08 | 153.91 | 105.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 121 | 160 | 0.48 | 0.24 | 0 | 0.37 | 210.39 | 0.32 | 0.48 |
| Hex | 53 | 79 | A0 | 30 | 18 | 0 | 25 | D2 | 20 | 30 |
| Octal | 123 | 171 | 240 | 60 | 30 | 0 | 45 | 322 | 40 | 60 |
| Binary | 1010011 | 1111001 | 10100000 | 110000 | 11000 | 0 | 100101 | 11010010 | 100000 | 110000 |
Color Harmonies of #5379A0
Complementary color
Monochromatic Colors of #5379A0
Black with #5379A0
Text Example
Text Example
White with #5379A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5379A0; }
p { color: rgb(83,121,160); }
H1.HeaderClassName
{
color: #5379A0;
}
.AnyTagClassName
{
color: #5379A0;
}
</style>
background-color css
<style>
a { background-color: #5379A0; }
a { background-color: rgb(83,121,160); }
div.DivClassName
{
background-color: #5379A0;
}
.BgClassName
{
background-color: #5379A0;
}
</style>
border-color css
<style>
span { border-color: #5379A0; }
span { border-color: rgb(83,121,160); }
td.TdClassName
{
border-color: #5379A0;
}
.TagClassName
{
border-color: #5379A0;
}
</style>