Shades of San Marino #5469AA
Tints of San Marino #5469AA
RGB
CMYK
RGB Variations
Color information
#5469AA (or 0x5469AA) is known color: San Marino. HEX triplet: 54, 69 and AA. RGB value is (84,105,170). Sum of RGB (Red+Green+Blue) = 84+105+170=359 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.40% from 359); Green value is 105 (41.41% from 255 or 29.25% from 359); Blue value is 170 (66.80% from 255 or 47.35% from 359); Max value from RGB is 170 - color contains mainly: blue. Hex color #5469AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5469AA is #AB9655. Grayscale: #696969. Windows color (decimal): -11245142 or 11168084. OLE color: 11168084.
HSL color Cylindrical-coordinate representation of color #5469AA: hue angle of 225.35º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5469AA is Cyan = 0.51, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 105 | 170 | - |
| CMYK | 0.51 | 0.38 | 0 | 0.33 |
| HSL | 225.35º | 0.34% | 0.5% | - |
| HSV(B) | 225.35º | 0.51% | 0.67% | - |
| XYZ | 15.96 | 14.89 | 40.06 | - |
| YUV | 106.13 | 164.04 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 105 | 170 | 0.51 | 0.38 | 0 | 0.33 | 225.35 | 0.34 | 0.5 |
| Hex | 54 | 69 | AA | 33 | 26 | 0 | 21 | E1 | 22 | 32 |
| Octal | 124 | 151 | 252 | 63 | 46 | 0 | 41 | 341 | 42 | 62 |
| Binary | 1010100 | 1101001 | 10101010 | 110011 | 100110 | 0 | 100001 | 11100001 | 100010 | 110010 |
Color Harmonies of #5469AA
Complementary color
Monochromatic Colors of #5469AA
Black with #5469AA
Text Example
Text Example
White with #5469AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5469AA; }
p { color: rgb(84,105,170); }
H1.HeaderClassName
{
color: #5469AA;
}
.AnyTagClassName
{
color: #5469AA;
}
</style>
background-color css
<style>
a { background-color: #5469AA; }
a { background-color: rgb(84,105,170); }
div.DivClassName
{
background-color: #5469AA;
}
.BgClassName
{
background-color: #5469AA;
}
</style>
border-color css
<style>
span { border-color: #5469AA; }
span { border-color: rgb(84,105,170); }
td.TdClassName
{
border-color: #5469AA;
}
.TagClassName
{
border-color: #5469AA;
}
</style>