Shades of San Marino #5175AA
Tints of San Marino #5175AA
RGB
CMYK
RGB Variations
Color information
#5175AA (or 0x5175AA) is known color: San Marino. HEX triplet: 51, 75 and AA. RGB value is (81,117,170). Sum of RGB (Red+Green+Blue) = 81+117+170=368 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.01% from 368); Green value is 117 (46.09% from 255 or 31.79% from 368); Blue value is 170 (66.80% from 255 or 46.20% from 368); Max value from RGB is 170 - color contains mainly: blue. Hex color #5175AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5175AA is #AE8A55. Grayscale: #707070. Windows color (decimal): -11438678 or 11171153. OLE color: 11171153.
HSL color Cylindrical-coordinate representation of color #5175AA: hue angle of 215.73º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5175AA is Cyan = 0.52, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 81 | 117 | 170 | - |
| CMYK | 0.52 | 0.31 | 0 | 0.33 |
| HSL | 215.73º | 0.35% | 0.49% | - |
| HSV(B) | 215.73º | 0.52% | 0.67% | - |
| XYZ | 17.01 | 17.37 | 40.49 | - |
| YUV | 112.28 | 160.57 | 105.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 117 | 170 | 0.52 | 0.31 | 0 | 0.33 | 215.73 | 0.35 | 0.49 |
| Hex | 51 | 75 | AA | 34 | 1F | 0 | 21 | D8 | 23 | 31 |
| Octal | 121 | 165 | 252 | 64 | 37 | 0 | 41 | 330 | 43 | 61 |
| Binary | 1010001 | 1110101 | 10101010 | 110100 | 11111 | 0 | 100001 | 11011000 | 100011 | 110001 |
Color Harmonies of #5175AA
Complementary color
Monochromatic Colors of #5175AA
Black with #5175AA
Text Example
Text Example
White with #5175AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5175AA; }
p { color: rgb(81,117,170); }
H1.HeaderClassName
{
color: #5175AA;
}
.AnyTagClassName
{
color: #5175AA;
}
</style>
background-color css
<style>
a { background-color: #5175AA; }
a { background-color: rgb(81,117,170); }
div.DivClassName
{
background-color: #5175AA;
}
.BgClassName
{
background-color: #5175AA;
}
</style>
border-color css
<style>
span { border-color: #5175AA; }
span { border-color: rgb(81,117,170); }
td.TdClassName
{
border-color: #5175AA;
}
.TagClassName
{
border-color: #5175AA;
}
</style>