Shades of San Marino #5369A0
Tints of San Marino #5369A0
RGB
CMYK
RGB Variations
Color information
#5369A0 (or 0x5369A0) is known color: San Marino. HEX triplet: 53, 69 and A0. RGB value is (83,105,160). Sum of RGB (Red+Green+Blue) = 83+105+160=348 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.85% from 348); Green value is 105 (41.41% from 255 or 30.17% from 348); Blue value is 160 (62.89% from 255 or 45.98% from 348); Max value from RGB is 160 - color contains mainly: blue. Hex color #5369A0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5369A0 is #AC965F. Grayscale: #686868. Windows color (decimal): -11310688 or 10512723. OLE color: 10512723.
HSL color Cylindrical-coordinate representation of color #5369A0: hue angle of 222.86º 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 #5369A0 is Cyan = 0.48, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 83 | 105 | 160 | - |
| CMYK | 0.48 | 0.34 | 0 | 0.37 |
| HSL | 222.86º | 0.32% | 0.48% | - |
| HSV(B) | 222.86º | 0.48% | 0.63% | - |
| XYZ | 14.96 | 14.48 | 35.26 | - |
| YUV | 104.69 | 159.21 | 112.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 105 | 160 | 0.48 | 0.34 | 0 | 0.37 | 222.86 | 0.32 | 0.48 |
| Hex | 53 | 69 | A0 | 30 | 22 | 0 | 25 | DF | 20 | 30 |
| Octal | 123 | 151 | 240 | 60 | 42 | 0 | 45 | 337 | 40 | 60 |
| Binary | 1010011 | 1101001 | 10100000 | 110000 | 100010 | 0 | 100101 | 11011111 | 100000 | 110000 |
Color Harmonies of #5369A0
Complementary color
Monochromatic Colors of #5369A0
Black with #5369A0
Text Example
Text Example
White with #5369A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5369A0; }
p { color: rgb(83,105,160); }
H1.HeaderClassName
{
color: #5369A0;
}
.AnyTagClassName
{
color: #5369A0;
}
</style>
background-color css
<style>
a { background-color: #5369A0; }
a { background-color: rgb(83,105,160); }
div.DivClassName
{
background-color: #5369A0;
}
.BgClassName
{
background-color: #5369A0;
}
</style>
border-color css
<style>
span { border-color: #5369A0; }
span { border-color: rgb(83,105,160); }
td.TdClassName
{
border-color: #5369A0;
}
.TagClassName
{
border-color: #5369A0;
}
</style>