Shades of San Marino #5476A7
Tints of San Marino #5476A7
RGB
CMYK
RGB Variations
Color information
#5476A7 (or 0x5476A7) is known color: San Marino. HEX triplet: 54, 76 and A7. RGB value is (84,118,167). Sum of RGB (Red+Green+Blue) = 84+118+167=369 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.76% from 369); Green value is 118 (46.48% from 255 or 31.98% from 369); Blue value is 167 (65.62% from 255 or 45.26% from 369); Max value from RGB is 167 - color contains mainly: blue. Hex color #5476A7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5476A7 is #AB8958. Grayscale: #717171. Windows color (decimal): -11241817 or 10974804. OLE color: 10974804.
HSL color Cylindrical-coordinate representation of color #5476A7: hue angle of 215.42º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5476A7 is Cyan = 0.50, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 84 | 118 | 167 | - |
| CMYK | 0.50 | 0.29 | 0 | 0.35 |
| HSL | 215.42º | 0.33% | 0.49% | - |
| HSV(B) | 215.42º | 0.5% | 0.65% | - |
| XYZ | 17.11 | 17.63 | 39.06 | - |
| YUV | 113.42 | 158.24 | 107.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 118 | 167 | 0.50 | 0.29 | 0 | 0.35 | 215.42 | 0.33 | 0.49 |
| Hex | 54 | 76 | A7 | 32 | 1D | 0 | 23 | D7 | 21 | 31 |
| Octal | 124 | 166 | 247 | 62 | 35 | 0 | 43 | 327 | 41 | 61 |
| Binary | 1010100 | 1110110 | 10100111 | 110010 | 11101 | 0 | 100011 | 11010111 | 100001 | 110001 |
Color Harmonies of #5476A7
Complementary color
Monochromatic Colors of #5476A7
Black with #5476A7
Text Example
Text Example
White with #5476A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5476A7; }
p { color: rgb(84,118,167); }
H1.HeaderClassName
{
color: #5476A7;
}
.AnyTagClassName
{
color: #5476A7;
}
</style>
background-color css
<style>
a { background-color: #5476A7; }
a { background-color: rgb(84,118,167); }
div.DivClassName
{
background-color: #5476A7;
}
.BgClassName
{
background-color: #5476A7;
}
</style>
border-color css
<style>
span { border-color: #5476A7; }
span { border-color: rgb(84,118,167); }
td.TdClassName
{
border-color: #5476A7;
}
.TagClassName
{
border-color: #5476A7;
}
</style>