Shades of San Marino #5468AC
Tints of San Marino #5468AC
RGB
CMYK
RGB Variations
Color information
#5468AC (or 0x5468AC) is known color: San Marino. HEX triplet: 54, 68 and AC. RGB value is (84,104,172). Sum of RGB (Red+Green+Blue) = 84+104+172=360 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.33% from 360); Green value is 104 (41.02% from 255 or 28.89% from 360); Blue value is 172 (67.58% from 255 or 47.78% from 360); Max value from RGB is 172 - color contains mainly: blue. Hex color #5468AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5468AC is #AB9753. Grayscale: #696969. Windows color (decimal): -11245396 or 11298900. OLE color: 11298900.
HSL color Cylindrical-coordinate representation of color #5468AC: hue angle of 226.36º degrees, saturation: 0.35, 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 #5468AC is Cyan = 0.51, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 104 | 172 | - |
| CMYK | 0.51 | 0.40 | 0 | 0.33 |
| HSL | 226.36º | 0.35% | 0.5% | - |
| HSV(B) | 226.36º | 0.51% | 0.67% | - |
| XYZ | 16.05 | 14.76 | 41.03 | - |
| YUV | 105.77 | 165.37 | 112.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 104 | 172 | 0.51 | 0.40 | 0 | 0.33 | 226.36 | 0.35 | 0.5 |
| Hex | 54 | 68 | AC | 33 | 28 | 0 | 21 | E2 | 23 | 32 |
| Octal | 124 | 150 | 254 | 63 | 50 | 0 | 41 | 342 | 43 | 62 |
| Binary | 1010100 | 1101000 | 10101100 | 110011 | 101000 | 0 | 100001 | 11100010 | 100011 | 110010 |
Color Harmonies of #5468AC
Complementary color
Monochromatic Colors of #5468AC
Black with #5468AC
Text Example
Text Example
White with #5468AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5468AC; }
p { color: rgb(84,104,172); }
H1.HeaderClassName
{
color: #5468AC;
}
.AnyTagClassName
{
color: #5468AC;
}
</style>
background-color css
<style>
a { background-color: #5468AC; }
a { background-color: rgb(84,104,172); }
div.DivClassName
{
background-color: #5468AC;
}
.BgClassName
{
background-color: #5468AC;
}
</style>
border-color css
<style>
span { border-color: #5468AC; }
span { border-color: rgb(84,104,172); }
td.TdClassName
{
border-color: #5468AC;
}
.TagClassName
{
border-color: #5468AC;
}
</style>