Shades of San Marino #5469A4
Tints of San Marino #5469A4
RGB
CMYK
RGB Variations
Color information
#5469A4 (or 0x5469A4) is known color: San Marino. HEX triplet: 54, 69 and A4. RGB value is (84,105,164). Sum of RGB (Red+Green+Blue) = 84+105+164=353 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.80% from 353); Green value is 105 (41.41% from 255 or 29.75% from 353); Blue value is 164 (64.45% from 255 or 46.46% from 353); Max value from RGB is 164 - color contains mainly: blue. Hex color #5469A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5469A4 is #AB965B. Grayscale: #696969. Windows color (decimal): -11245148 or 10774868. OLE color: 10774868.
HSL color Cylindrical-coordinate representation of color #5469A4: hue angle of 224.25º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5469A4 is Cyan = 0.49, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 84 | 105 | 164 | - |
| CMYK | 0.49 | 0.36 | 0 | 0.36 |
| HSL | 224.25º | 0.32% | 0.49% | - |
| HSV(B) | 224.25º | 0.49% | 0.64% | - |
| XYZ | 15.41 | 14.67 | 37.14 | - |
| YUV | 105.45 | 161.04 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 105 | 164 | 0.49 | 0.36 | 0 | 0.36 | 224.25 | 0.32 | 0.49 |
| Hex | 54 | 69 | A4 | 31 | 24 | 0 | 24 | E0 | 20 | 31 |
| Octal | 124 | 151 | 244 | 61 | 44 | 0 | 44 | 340 | 40 | 61 |
| Binary | 1010100 | 1101001 | 10100100 | 110001 | 100100 | 0 | 100100 | 11100000 | 100000 | 110001 |
Color Harmonies of #5469A4
Complementary color
Monochromatic Colors of #5469A4
Black with #5469A4
Text Example
Text Example
White with #5469A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5469A4; }
p { color: rgb(84,105,164); }
H1.HeaderClassName
{
color: #5469A4;
}
.AnyTagClassName
{
color: #5469A4;
}
</style>
background-color css
<style>
a { background-color: #5469A4; }
a { background-color: rgb(84,105,164); }
div.DivClassName
{
background-color: #5469A4;
}
.BgClassName
{
background-color: #5469A4;
}
</style>
border-color css
<style>
span { border-color: #5469A4; }
span { border-color: rgb(84,105,164); }
td.TdClassName
{
border-color: #5469A4;
}
.TagClassName
{
border-color: #5469A4;
}
</style>