Shades of San Marino #52629E
Tints of San Marino #52629E
RGB
CMYK
RGB Variations
Color information
#52629E (or 0x52629E) is known color: San Marino. HEX triplet: 52, 62 and 9E. RGB value is (82,98,158). Sum of RGB (Red+Green+Blue) = 82+98+158=338 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.26% from 338); Green value is 98 (38.67% from 255 or 28.99% from 338); Blue value is 158 (62.11% from 255 or 46.75% from 338); Max value from RGB is 158 - color contains mainly: blue. Hex color #52629E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52629E is #AD9D61. Grayscale: #636363. Windows color (decimal): -11378018 or 10379858. OLE color: 10379858.
HSL color Cylindrical-coordinate representation of color #52629E: hue angle of 227.37º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #52629E is Cyan = 0.48, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 82 | 98 | 158 | - |
| CMYK | 0.48 | 0.38 | 0 | 0.38 |
| HSL | 227.37º | 0.32% | 0.47% | - |
| HSV(B) | 227.37º | 0.48% | 0.62% | - |
| XYZ | 14.02 | 13 | 34.12 | - |
| YUV | 100.06 | 160.7 | 115.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 98 | 158 | 0.48 | 0.38 | 0 | 0.38 | 227.37 | 0.32 | 0.47 |
| Hex | 52 | 62 | 9E | 30 | 26 | 0 | 26 | E3 | 20 | 2F |
| Octal | 122 | 142 | 236 | 60 | 46 | 0 | 46 | 343 | 40 | 57 |
| Binary | 1010010 | 1100010 | 10011110 | 110000 | 100110 | 0 | 100110 | 11100011 | 100000 | 101111 |
Color Harmonies of #52629E
Complementary color
Monochromatic Colors of #52629E
Black with #52629E
Text Example
Text Example
White with #52629E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52629E; }
p { color: rgb(82,98,158); }
H1.HeaderClassName
{
color: #52629E;
}
.AnyTagClassName
{
color: #52629E;
}
</style>
background-color css
<style>
a { background-color: #52629E; }
a { background-color: rgb(82,98,158); }
div.DivClassName
{
background-color: #52629E;
}
.BgClassName
{
background-color: #52629E;
}
</style>
border-color css
<style>
span { border-color: #52629E; }
span { border-color: rgb(82,98,158); }
td.TdClassName
{
border-color: #52629E;
}
.TagClassName
{
border-color: #52629E;
}
</style>