Shades of San Marino #5474AE
Tints of San Marino #5474AE
RGB
CMYK
RGB Variations
Color information
#5474AE (or 0x5474AE) is known color: San Marino. HEX triplet: 54, 74 and AE. RGB value is (84,116,174). Sum of RGB (Red+Green+Blue) = 84+116+174=374 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.46% from 374); Green value is 116 (45.70% from 255 or 31.02% from 374); Blue value is 174 (68.36% from 255 or 46.52% from 374); Max value from RGB is 174 - color contains mainly: blue. Hex color #5474AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5474AE is #AB8B51. Grayscale: #707070. Windows color (decimal): -11242322 or 11433044. OLE color: 11433044.
HSL color Cylindrical-coordinate representation of color #5474AE: hue angle of 218.67º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5474AE is Cyan = 0.52, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 84 | 116 | 174 | - |
| CMYK | 0.52 | 0.33 | 0 | 0.32 |
| HSL | 218.67º | 0.36% | 0.51% | - |
| HSV(B) | 218.67º | 0.52% | 0.68% | - |
| XYZ | 17.54 | 17.43 | 42.48 | - |
| YUV | 113.04 | 162.4 | 107.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 116 | 174 | 0.52 | 0.33 | 0 | 0.32 | 218.67 | 0.36 | 0.51 |
| Hex | 54 | 74 | AE | 34 | 21 | 0 | 20 | DB | 24 | 33 |
| Octal | 124 | 164 | 256 | 64 | 41 | 0 | 40 | 333 | 44 | 63 |
| Binary | 1010100 | 1110100 | 10101110 | 110100 | 100001 | 0 | 100000 | 11011011 | 100100 | 110011 |
Color Harmonies of #5474AE
Complementary color
Monochromatic Colors of #5474AE
Black with #5474AE
Text Example
Text Example
White with #5474AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5474AE; }
p { color: rgb(84,116,174); }
H1.HeaderClassName
{
color: #5474AE;
}
.AnyTagClassName
{
color: #5474AE;
}
</style>
background-color css
<style>
a { background-color: #5474AE; }
a { background-color: rgb(84,116,174); }
div.DivClassName
{
background-color: #5474AE;
}
.BgClassName
{
background-color: #5474AE;
}
</style>
border-color css
<style>
span { border-color: #5474AE; }
span { border-color: rgb(84,116,174); }
td.TdClassName
{
border-color: #5474AE;
}
.TagClassName
{
border-color: #5474AE;
}
</style>