Shades of San Marino #5275AC
Tints of San Marino #5275AC
RGB
CMYK
RGB Variations
Color information
#5275AC (or 0x5275AC) is known color: San Marino. HEX triplet: 52, 75 and AC. RGB value is (82,117,172). Sum of RGB (Red+Green+Blue) = 82+117+172=371 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.10% from 371); Green value is 117 (46.09% from 255 or 31.54% from 371); Blue value is 172 (67.58% from 255 or 46.36% from 371); Max value from RGB is 172 - color contains mainly: blue. Hex color #5275AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5275AC is #AD8A53. Grayscale: #707070. Windows color (decimal): -11373140 or 11302226. OLE color: 11302226.
HSL color Cylindrical-coordinate representation of color #5275AC: hue angle of 216.67º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5275AC is Cyan = 0.52, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 117 | 172 | - |
| CMYK | 0.52 | 0.32 | 0 | 0.33 |
| HSL | 216.67º | 0.35% | 0.5% | - |
| HSV(B) | 216.67º | 0.52% | 0.67% | - |
| XYZ | 17.29 | 17.49 | 41.5 | - |
| YUV | 112.81 | 161.4 | 106.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 117 | 172 | 0.52 | 0.32 | 0 | 0.33 | 216.67 | 0.35 | 0.5 |
| Hex | 52 | 75 | AC | 34 | 20 | 0 | 21 | D9 | 23 | 32 |
| Octal | 122 | 165 | 254 | 64 | 40 | 0 | 41 | 331 | 43 | 62 |
| Binary | 1010010 | 1110101 | 10101100 | 110100 | 100000 | 0 | 100001 | 11011001 | 100011 | 110010 |
Color Harmonies of #5275AC
Complementary color
Monochromatic Colors of #5275AC
Black with #5275AC
Text Example
Text Example
White with #5275AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5275AC; }
p { color: rgb(82,117,172); }
H1.HeaderClassName
{
color: #5275AC;
}
.AnyTagClassName
{
color: #5275AC;
}
</style>
background-color css
<style>
a { background-color: #5275AC; }
a { background-color: rgb(82,117,172); }
div.DivClassName
{
background-color: #5275AC;
}
.BgClassName
{
background-color: #5275AC;
}
</style>
border-color css
<style>
span { border-color: #5275AC; }
span { border-color: rgb(82,117,172); }
td.TdClassName
{
border-color: #5275AC;
}
.TagClassName
{
border-color: #5275AC;
}
</style>