Shades of San Marino #5476AD
Tints of San Marino #5476AD
RGB
CMYK
RGB Variations
Color information
#5476AD (or 0x5476AD) is known color: San Marino. HEX triplet: 54, 76 and AD. RGB value is (84,118,173). Sum of RGB (Red+Green+Blue) = 84+118+173=375 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.4% from 375); Green value is 118 (46.48% from 255 or 31.47% from 375); Blue value is 173 (67.97% from 255 or 46.13% from 375); Max value from RGB is 173 - color contains mainly: blue. Hex color #5476AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5476AD is #AB8952. Grayscale: #717171. Windows color (decimal): -11241811 or 11368020. OLE color: 11368020.
HSL color Cylindrical-coordinate representation of color #5476AD: hue angle of 217.08º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5476AD is Cyan = 0.51, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 84 | 118 | 173 | - |
| CMYK | 0.51 | 0.32 | 0 | 0.32 |
| HSL | 217.08º | 0.35% | 0.5% | - |
| HSV(B) | 217.08º | 0.51% | 0.68% | - |
| XYZ | 17.68 | 17.86 | 42.05 | - |
| YUV | 114.1 | 161.24 | 106.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 118 | 173 | 0.51 | 0.32 | 0 | 0.32 | 217.08 | 0.35 | 0.5 |
| Hex | 54 | 76 | AD | 33 | 20 | 0 | 20 | D9 | 23 | 32 |
| Octal | 124 | 166 | 255 | 63 | 40 | 0 | 40 | 331 | 43 | 62 |
| Binary | 1010100 | 1110110 | 10101101 | 110011 | 100000 | 0 | 100000 | 11011001 | 100011 | 110010 |
Color Harmonies of #5476AD
Complementary color
Monochromatic Colors of #5476AD
Black with #5476AD
Text Example
Text Example
White with #5476AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5476AD; }
p { color: rgb(84,118,173); }
H1.HeaderClassName
{
color: #5476AD;
}
.AnyTagClassName
{
color: #5476AD;
}
</style>
background-color css
<style>
a { background-color: #5476AD; }
a { background-color: rgb(84,118,173); }
div.DivClassName
{
background-color: #5476AD;
}
.BgClassName
{
background-color: #5476AD;
}
</style>
border-color css
<style>
span { border-color: #5476AD; }
span { border-color: rgb(84,118,173); }
td.TdClassName
{
border-color: #5476AD;
}
.TagClassName
{
border-color: #5476AD;
}
</style>