Shades of San Marino #5A74AB
Tints of San Marino #5A74AB
RGB
CMYK
RGB Variations
Color information
#5A74AB (or 0x5A74AB) is known color: San Marino. HEX triplet: 5A, 74 and AB. RGB value is (90,116,171). Sum of RGB (Red+Green+Blue) = 90+116+171=377 (49% of max value = 765). Red value is 90 (35.55% from 255 or 23.87% from 377); Green value is 116 (45.70% from 255 or 30.77% from 377); Blue value is 171 (67.19% from 255 or 45.36% from 377); Max value from RGB is 171 - color contains mainly: blue. Hex color #5A74AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A74AB is #A58B54. Grayscale: #727272. Windows color (decimal): -10849109 or 11236442. OLE color: 11236442.
HSL color Cylindrical-coordinate representation of color #5A74AB: hue angle of 220.74º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5A74AB is Cyan = 0.47, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 90 | 116 | 171 | - |
| CMYK | 0.47 | 0.32 | 0 | 0.33 |
| HSL | 220.74º | 0.33% | 0.51% | - |
| HSV(B) | 220.74º | 0.47% | 0.67% | - |
| XYZ | 17.81 | 17.6 | 40.99 | - |
| YUV | 114.5 | 159.89 | 110.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 116 | 171 | 0.47 | 0.32 | 0 | 0.33 | 220.74 | 0.33 | 0.51 |
| Hex | 5A | 74 | AB | 2F | 20 | 0 | 21 | DD | 21 | 33 |
| Octal | 132 | 164 | 253 | 57 | 40 | 0 | 41 | 335 | 41 | 63 |
| Binary | 1011010 | 1110100 | 10101011 | 101111 | 100000 | 0 | 100001 | 11011101 | 100001 | 110011 |
Color Harmonies of #5A74AB
Complementary color
Monochromatic Colors of #5A74AB
Black with #5A74AB
Text Example
Text Example
White with #5A74AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A74AB; }
p { color: rgb(90,116,171); }
H1.HeaderClassName
{
color: #5A74AB;
}
.AnyTagClassName
{
color: #5A74AB;
}
</style>
background-color css
<style>
a { background-color: #5A74AB; }
a { background-color: rgb(90,116,171); }
div.DivClassName
{
background-color: #5A74AB;
}
.BgClassName
{
background-color: #5A74AB;
}
</style>
border-color css
<style>
span { border-color: #5A74AB; }
span { border-color: rgb(90,116,171); }
td.TdClassName
{
border-color: #5A74AB;
}
.TagClassName
{
border-color: #5A74AB;
}
</style>