Shades of San Marino #5267A2
Tints of San Marino #5267A2
RGB
CMYK
RGB Variations
Color information
#5267A2 (or 0x5267A2) is known color: San Marino. HEX triplet: 52, 67 and A2. RGB value is (82,103,162). Sum of RGB (Red+Green+Blue) = 82+103+162=347 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.63% from 347); Green value is 103 (40.62% from 255 or 29.68% from 347); Blue value is 162 (63.67% from 255 or 46.69% from 347); Max value from RGB is 162 - color contains mainly: blue. Hex color #5267A2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5267A2 is #AD985D. Grayscale: #676767. Windows color (decimal): -11376734 or 10643282. OLE color: 10643282.
HSL color Cylindrical-coordinate representation of color #5267A2: hue angle of 224.25º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5267A2 is Cyan = 0.49, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 82 | 103 | 162 | - |
| CMYK | 0.49 | 0.36 | 0 | 0.36 |
| HSL | 224.25º | 0.33% | 0.48% | - |
| HSV(B) | 224.25º | 0.49% | 0.64% | - |
| XYZ | 14.85 | 14.1 | 36.12 | - |
| YUV | 103.45 | 161.04 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 103 | 162 | 0.49 | 0.36 | 0 | 0.36 | 224.25 | 0.33 | 0.48 |
| Hex | 52 | 67 | A2 | 31 | 24 | 0 | 24 | E0 | 21 | 30 |
| Octal | 122 | 147 | 242 | 61 | 44 | 0 | 44 | 340 | 41 | 60 |
| Binary | 1010010 | 1100111 | 10100010 | 110001 | 100100 | 0 | 100100 | 11100000 | 100001 | 110000 |
Color Harmonies of #5267A2
Complementary color
Monochromatic Colors of #5267A2
Black with #5267A2
Text Example
Text Example
White with #5267A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5267A2; }
p { color: rgb(82,103,162); }
H1.HeaderClassName
{
color: #5267A2;
}
.AnyTagClassName
{
color: #5267A2;
}
</style>
background-color css
<style>
a { background-color: #5267A2; }
a { background-color: rgb(82,103,162); }
div.DivClassName
{
background-color: #5267A2;
}
.BgClassName
{
background-color: #5267A2;
}
</style>
border-color css
<style>
span { border-color: #5267A2; }
span { border-color: rgb(82,103,162); }
td.TdClassName
{
border-color: #5267A2;
}
.TagClassName
{
border-color: #5267A2;
}
</style>