Shades of San Marino #5277AC
Tints of San Marino #5277AC
RGB
CMYK
RGB Variations
Color information
#5277AC (or 0x5277AC) is known color: San Marino. HEX triplet: 52, 77 and AC. RGB value is (82,119,172). Sum of RGB (Red+Green+Blue) = 82+119+172=373 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.98% from 373); Green value is 119 (46.88% from 255 or 31.90% from 373); Blue value is 172 (67.58% from 255 or 46.11% from 373); Max value from RGB is 172 - color contains mainly: blue. Hex color #5277AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5277AC is #AD8853. Grayscale: #717171. Windows color (decimal): -11372628 or 11302738. OLE color: 11302738.
HSL color Cylindrical-coordinate representation of color #5277AC: hue angle of 215.33º 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 #5277AC is Cyan = 0.52, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 119 | 172 | - |
| CMYK | 0.52 | 0.31 | 0 | 0.33 |
| HSL | 215.33º | 0.35% | 0.5% | - |
| HSV(B) | 215.33º | 0.52% | 0.67% | - |
| XYZ | 17.52 | 17.97 | 41.57 | - |
| YUV | 113.98 | 160.74 | 105.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 119 | 172 | 0.52 | 0.31 | 0 | 0.33 | 215.33 | 0.35 | 0.5 |
| Hex | 52 | 77 | AC | 34 | 1F | 0 | 21 | D7 | 23 | 32 |
| Octal | 122 | 167 | 254 | 64 | 37 | 0 | 41 | 327 | 43 | 62 |
| Binary | 1010010 | 1110111 | 10101100 | 110100 | 11111 | 0 | 100001 | 11010111 | 100011 | 110010 |
Color Harmonies of #5277AC
Complementary color
Monochromatic Colors of #5277AC
Black with #5277AC
Text Example
Text Example
White with #5277AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5277AC; }
p { color: rgb(82,119,172); }
H1.HeaderClassName
{
color: #5277AC;
}
.AnyTagClassName
{
color: #5277AC;
}
</style>
background-color css
<style>
a { background-color: #5277AC; }
a { background-color: rgb(82,119,172); }
div.DivClassName
{
background-color: #5277AC;
}
.BgClassName
{
background-color: #5277AC;
}
</style>
border-color css
<style>
span { border-color: #5277AC; }
span { border-color: rgb(82,119,172); }
td.TdClassName
{
border-color: #5277AC;
}
.TagClassName
{
border-color: #5277AC;
}
</style>