Shades of San Marino #5267AB
Tints of San Marino #5267AB
RGB
CMYK
RGB Variations
Color information
#5267AB (or 0x5267AB) is known color: San Marino. HEX triplet: 52, 67 and AB. RGB value is (82,103,171). Sum of RGB (Red+Green+Blue) = 82+103+171=356 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.03% from 356); Green value is 103 (40.62% from 255 or 28.93% from 356); Blue value is 171 (67.19% from 255 or 48.03% from 356); Max value from RGB is 171 - color contains mainly: blue. Hex color #5267AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5267AB is #AD9854. Grayscale: #686868. Windows color (decimal): -11376725 or 11233106. OLE color: 11233106.
HSL color Cylindrical-coordinate representation of color #5267AB: hue angle of 225.84º 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 #5267AB is Cyan = 0.52, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 103 | 171 | - |
| CMYK | 0.52 | 0.40 | 0 | 0.33 |
| HSL | 225.84º | 0.35% | 0.5% | - |
| HSV(B) | 225.84º | 0.52% | 0.67% | - |
| XYZ | 15.68 | 14.43 | 40.49 | - |
| YUV | 104.47 | 165.54 | 111.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 103 | 171 | 0.52 | 0.40 | 0 | 0.33 | 225.84 | 0.35 | 0.5 |
| Hex | 52 | 67 | AB | 34 | 28 | 0 | 21 | E2 | 23 | 32 |
| Octal | 122 | 147 | 253 | 64 | 50 | 0 | 41 | 342 | 43 | 62 |
| Binary | 1010010 | 1100111 | 10101011 | 110100 | 101000 | 0 | 100001 | 11100010 | 100011 | 110010 |
Color Harmonies of #5267AB
Complementary color
Monochromatic Colors of #5267AB
Black with #5267AB
Text Example
Text Example
White with #5267AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5267AB; }
p { color: rgb(82,103,171); }
H1.HeaderClassName
{
color: #5267AB;
}
.AnyTagClassName
{
color: #5267AB;
}
</style>
background-color css
<style>
a { background-color: #5267AB; }
a { background-color: rgb(82,103,171); }
div.DivClassName
{
background-color: #5267AB;
}
.BgClassName
{
background-color: #5267AB;
}
</style>
border-color css
<style>
span { border-color: #5267AB; }
span { border-color: rgb(82,103,171); }
td.TdClassName
{
border-color: #5267AB;
}
.TagClassName
{
border-color: #5267AB;
}
</style>