Shades of San Marino #5468AB
Tints of San Marino #5468AB
RGB
CMYK
RGB Variations
Color information
#5468AB (or 0x5468AB) is known color: San Marino. HEX triplet: 54, 68 and AB. RGB value is (84,104,171). Sum of RGB (Red+Green+Blue) = 84+104+171=359 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.40% from 359); Green value is 104 (41.02% from 255 or 28.97% from 359); Blue value is 171 (67.19% from 255 or 47.63% from 359); Max value from RGB is 171 - color contains mainly: blue. Hex color #5468AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5468AB is #AB9754. Grayscale: #696969. Windows color (decimal): -11245397 or 11233364. OLE color: 11233364.
HSL color Cylindrical-coordinate representation of color #5468AB: hue angle of 226.21º 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 #5468AB is Cyan = 0.51, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 104 | 171 | - |
| CMYK | 0.51 | 0.39 | 0 | 0.33 |
| HSL | 226.21º | 0.34% | 0.5% | - |
| HSV(B) | 226.21º | 0.51% | 0.67% | - |
| XYZ | 15.96 | 14.73 | 40.53 | - |
| YUV | 105.66 | 164.87 | 112.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 104 | 171 | 0.51 | 0.39 | 0 | 0.33 | 226.21 | 0.34 | 0.5 |
| Hex | 54 | 68 | AB | 33 | 27 | 0 | 21 | E2 | 22 | 32 |
| Octal | 124 | 150 | 253 | 63 | 47 | 0 | 41 | 342 | 42 | 62 |
| Binary | 1010100 | 1101000 | 10101011 | 110011 | 100111 | 0 | 100001 | 11100010 | 100010 | 110010 |
Color Harmonies of #5468AB
Complementary color
Monochromatic Colors of #5468AB
Black with #5468AB
Text Example
Text Example
White with #5468AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5468AB; }
p { color: rgb(84,104,171); }
H1.HeaderClassName
{
color: #5468AB;
}
.AnyTagClassName
{
color: #5468AB;
}
</style>
background-color css
<style>
a { background-color: #5468AB; }
a { background-color: rgb(84,104,171); }
div.DivClassName
{
background-color: #5468AB;
}
.BgClassName
{
background-color: #5468AB;
}
</style>
border-color css
<style>
span { border-color: #5468AB; }
span { border-color: rgb(84,104,171); }
td.TdClassName
{
border-color: #5468AB;
}
.TagClassName
{
border-color: #5468AB;
}
</style>