Shades of San Marino #5376AA
Tints of San Marino #5376AA
RGB
CMYK
RGB Variations
Color information
#5376AA (or 0x5376AA) is known color: San Marino. HEX triplet: 53, 76 and AA. RGB value is (83,118,170). Sum of RGB (Red+Green+Blue) = 83+118+170=371 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.37% from 371); Green value is 118 (46.48% from 255 or 31.81% from 371); Blue value is 170 (66.80% from 255 or 45.82% from 371); Max value from RGB is 170 - color contains mainly: blue. Hex color #5376AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5376AA is #AC8955. Grayscale: #717171. Windows color (decimal): -11307350 or 11171411. OLE color: 11171411.
HSL color Cylindrical-coordinate representation of color #5376AA: hue angle of 215.86º degrees, saturation: 0.34, 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 #5376AA is Cyan = 0.51, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 118 | 170 | - |
| CMYK | 0.51 | 0.31 | 0 | 0.33 |
| HSL | 215.86º | 0.34% | 0.5% | - |
| HSV(B) | 215.86º | 0.51% | 0.67% | - |
| XYZ | 17.3 | 17.7 | 40.53 | - |
| YUV | 113.46 | 159.9 | 106.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 118 | 170 | 0.51 | 0.31 | 0 | 0.33 | 215.86 | 0.34 | 0.5 |
| Hex | 53 | 76 | AA | 33 | 1F | 0 | 21 | D8 | 22 | 32 |
| Octal | 123 | 166 | 252 | 63 | 37 | 0 | 41 | 330 | 42 | 62 |
| Binary | 1010011 | 1110110 | 10101010 | 110011 | 11111 | 0 | 100001 | 11011000 | 100010 | 110010 |
Color Harmonies of #5376AA
Complementary color
Monochromatic Colors of #5376AA
Black with #5376AA
Text Example
Text Example
White with #5376AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5376AA; }
p { color: rgb(83,118,170); }
H1.HeaderClassName
{
color: #5376AA;
}
.AnyTagClassName
{
color: #5376AA;
}
</style>
background-color css
<style>
a { background-color: #5376AA; }
a { background-color: rgb(83,118,170); }
div.DivClassName
{
background-color: #5376AA;
}
.BgClassName
{
background-color: #5376AA;
}
</style>
border-color css
<style>
span { border-color: #5376AA; }
span { border-color: rgb(83,118,170); }
td.TdClassName
{
border-color: #5376AA;
}
.TagClassName
{
border-color: #5376AA;
}
</style>