Shades of San Marino #5475AB
Tints of San Marino #5475AB
RGB
CMYK
RGB Variations
Color information
#5475AB (or 0x5475AB) is known color: San Marino. HEX triplet: 54, 75 and AB. RGB value is (84,117,171). Sum of RGB (Red+Green+Blue) = 84+117+171=372 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.58% from 372); Green value is 117 (46.09% from 255 or 31.45% from 372); Blue value is 171 (67.19% from 255 or 45.97% from 372); Max value from RGB is 171 - color contains mainly: blue. Hex color #5475AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5475AB is #AB8A54. Grayscale: #717171. Windows color (decimal): -11242069 or 11236692. OLE color: 11236692.
HSL color Cylindrical-coordinate representation of color #5475AB: hue angle of 217.24º 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 #5475AB is Cyan = 0.51, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 117 | 171 | - |
| CMYK | 0.51 | 0.32 | 0 | 0.33 |
| HSL | 217.24º | 0.34% | 0.5% | - |
| HSV(B) | 217.24º | 0.51% | 0.67% | - |
| XYZ | 17.37 | 17.55 | 41 | - |
| YUV | 113.29 | 160.57 | 107.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 117 | 171 | 0.51 | 0.32 | 0 | 0.33 | 217.24 | 0.34 | 0.5 |
| Hex | 54 | 75 | AB | 33 | 20 | 0 | 21 | D9 | 22 | 32 |
| Octal | 124 | 165 | 253 | 63 | 40 | 0 | 41 | 331 | 42 | 62 |
| Binary | 1010100 | 1110101 | 10101011 | 110011 | 100000 | 0 | 100001 | 11011001 | 100010 | 110010 |
Color Harmonies of #5475AB
Complementary color
Monochromatic Colors of #5475AB
Black with #5475AB
Text Example
Text Example
White with #5475AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5475AB; }
p { color: rgb(84,117,171); }
H1.HeaderClassName
{
color: #5475AB;
}
.AnyTagClassName
{
color: #5475AB;
}
</style>
background-color css
<style>
a { background-color: #5475AB; }
a { background-color: rgb(84,117,171); }
div.DivClassName
{
background-color: #5475AB;
}
.BgClassName
{
background-color: #5475AB;
}
</style>
border-color css
<style>
span { border-color: #5475AB; }
span { border-color: rgb(84,117,171); }
td.TdClassName
{
border-color: #5475AB;
}
.TagClassName
{
border-color: #5475AB;
}
</style>