Shades of San Marino #5268AC
Tints of San Marino #5268AC
RGB
CMYK
RGB Variations
Color information
#5268AC (or 0x5268AC) is known color: San Marino. HEX triplet: 52, 68 and AC. RGB value is (82,104,172). Sum of RGB (Red+Green+Blue) = 82+104+172=358 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.91% from 358); Green value is 104 (41.02% from 255 or 29.05% from 358); Blue value is 172 (67.58% from 255 or 48.04% from 358); Max value from RGB is 172 - color contains mainly: blue. Hex color #5268AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5268AC is #AD9753. Grayscale: #686868. Windows color (decimal): -11376468 or 11298898. OLE color: 11298898.
HSL color Cylindrical-coordinate representation of color #5268AC: hue angle of 225.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 #5268AC is Cyan = 0.52, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 104 | 172 | - |
| CMYK | 0.52 | 0.40 | 0 | 0.33 |
| HSL | 225.33º | 0.35% | 0.5% | - |
| HSV(B) | 225.33º | 0.52% | 0.67% | - |
| XYZ | 15.88 | 14.67 | 41.03 | - |
| YUV | 105.17 | 165.71 | 111.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 104 | 172 | 0.52 | 0.40 | 0 | 0.33 | 225.33 | 0.35 | 0.5 |
| Hex | 52 | 68 | AC | 34 | 28 | 0 | 21 | E1 | 23 | 32 |
| Octal | 122 | 150 | 254 | 64 | 50 | 0 | 41 | 341 | 43 | 62 |
| Binary | 1010010 | 1101000 | 10101100 | 110100 | 101000 | 0 | 100001 | 11100001 | 100011 | 110010 |
Color Harmonies of #5268AC
Complementary color
Monochromatic Colors of #5268AC
Black with #5268AC
Text Example
Text Example
White with #5268AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5268AC; }
p { color: rgb(82,104,172); }
H1.HeaderClassName
{
color: #5268AC;
}
.AnyTagClassName
{
color: #5268AC;
}
</style>
background-color css
<style>
a { background-color: #5268AC; }
a { background-color: rgb(82,104,172); }
div.DivClassName
{
background-color: #5268AC;
}
.BgClassName
{
background-color: #5268AC;
}
</style>
border-color css
<style>
span { border-color: #5268AC; }
span { border-color: rgb(82,104,172); }
td.TdClassName
{
border-color: #5268AC;
}
.TagClassName
{
border-color: #5268AC;
}
</style>