Shades of San Marino #5174AC
Tints of San Marino #5174AC
RGB
CMYK
RGB Variations
Color information
#5174AC (or 0x5174AC) is known color: San Marino. HEX triplet: 51, 74 and AC. RGB value is (81,116,172). Sum of RGB (Red+Green+Blue) = 81+116+172=369 (48% of max value = 765). Red value is 81 (32.03% from 255 or 21.95% from 369); Green value is 116 (45.70% from 255 or 31.44% from 369); Blue value is 172 (67.58% from 255 or 46.61% from 369); Max value from RGB is 172 - color contains mainly: blue. Hex color #5174AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5174AC is #AE8B53. Grayscale: #6F6F6F. Windows color (decimal): -11438932 or 11301969. OLE color: 11301969.
HSL color Cylindrical-coordinate representation of color #5174AC: hue angle of 216.92º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5174AC is Cyan = 0.53, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 81 | 116 | 172 | - |
| CMYK | 0.53 | 0.33 | 0 | 0.33 |
| HSL | 216.92º | 0.36% | 0.5% | - |
| HSV(B) | 216.92º | 0.53% | 0.67% | - |
| XYZ | 17.09 | 17.22 | 41.45 | - |
| YUV | 111.92 | 161.9 | 105.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 116 | 172 | 0.53 | 0.33 | 0 | 0.33 | 216.92 | 0.36 | 0.5 |
| Hex | 51 | 74 | AC | 35 | 21 | 0 | 21 | D9 | 24 | 32 |
| Octal | 121 | 164 | 254 | 65 | 41 | 0 | 41 | 331 | 44 | 62 |
| Binary | 1010001 | 1110100 | 10101100 | 110101 | 100001 | 0 | 100001 | 11011001 | 100100 | 110010 |
Color Harmonies of #5174AC
Complementary color
Monochromatic Colors of #5174AC
Black with #5174AC
Text Example
Text Example
White with #5174AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5174AC; }
p { color: rgb(81,116,172); }
H1.HeaderClassName
{
color: #5174AC;
}
.AnyTagClassName
{
color: #5174AC;
}
</style>
background-color css
<style>
a { background-color: #5174AC; }
a { background-color: rgb(81,116,172); }
div.DivClassName
{
background-color: #5174AC;
}
.BgClassName
{
background-color: #5174AC;
}
</style>
border-color css
<style>
span { border-color: #5174AC; }
span { border-color: rgb(81,116,172); }
td.TdClassName
{
border-color: #5174AC;
}
.TagClassName
{
border-color: #5174AC;
}
</style>