Shades of San Marino #5472A7
Tints of San Marino #5472A7
RGB
CMYK
RGB Variations
Color information
#5472A7 (or 0x5472A7) is known color: San Marino. HEX triplet: 54, 72 and A7. RGB value is (84,114,167). Sum of RGB (Red+Green+Blue) = 84+114+167=365 (48% of max value = 765). Red value is 84 (33.20% from 255 or 23.01% from 365); Green value is 114 (44.92% from 255 or 31.23% from 365); Blue value is 167 (65.62% from 255 or 45.75% from 365); Max value from RGB is 167 - color contains mainly: blue. Hex color #5472A7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5472A7 is #AB8D58. Grayscale: #6E6E6E. Windows color (decimal): -11242841 or 10973780. OLE color: 10973780.
HSL color Cylindrical-coordinate representation of color #5472A7: hue angle of 218.31º 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 #5472A7 is Cyan = 0.50, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 84 | 114 | 167 | - |
| CMYK | 0.50 | 0.32 | 0 | 0.35 |
| HSL | 218.31º | 0.33% | 0.49% | - |
| HSV(B) | 218.31º | 0.5% | 0.65% | - |
| XYZ | 16.65 | 16.71 | 38.91 | - |
| YUV | 111.07 | 159.56 | 108.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 114 | 167 | 0.50 | 0.32 | 0 | 0.35 | 218.31 | 0.33 | 0.49 |
| Hex | 54 | 72 | A7 | 32 | 20 | 0 | 23 | DA | 21 | 31 |
| Octal | 124 | 162 | 247 | 62 | 40 | 0 | 43 | 332 | 41 | 61 |
| Binary | 1010100 | 1110010 | 10100111 | 110010 | 100000 | 0 | 100011 | 11011010 | 100001 | 110001 |
Color Harmonies of #5472A7
Complementary color
Monochromatic Colors of #5472A7
Black with #5472A7
Text Example
Text Example
White with #5472A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5472A7; }
p { color: rgb(84,114,167); }
H1.HeaderClassName
{
color: #5472A7;
}
.AnyTagClassName
{
color: #5472A7;
}
</style>
background-color css
<style>
a { background-color: #5472A7; }
a { background-color: rgb(84,114,167); }
div.DivClassName
{
background-color: #5472A7;
}
.BgClassName
{
background-color: #5472A7;
}
</style>
border-color css
<style>
span { border-color: #5472A7; }
span { border-color: rgb(84,114,167); }
td.TdClassName
{
border-color: #5472A7;
}
.TagClassName
{
border-color: #5472A7;
}
</style>