Shades of San Marino #52769E
Tints of San Marino #52769E
RGB
CMYK
RGB Variations
Color information
#52769E (or 0x52769E) is known color: San Marino. HEX triplet: 52, 76 and 9E. RGB value is (82,118,158). Sum of RGB (Red+Green+Blue) = 82+118+158=358 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.91% from 358); Green value is 118 (46.48% from 255 or 32.96% from 358); Blue value is 158 (62.11% from 255 or 44.13% from 358); Max value from RGB is 158 - color contains mainly: blue. Hex color #52769E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52769E is #AD8961. Grayscale: #6F6F6F. Windows color (decimal): -11372898 or 10384978. OLE color: 10384978.
HSL color Cylindrical-coordinate representation of color #52769E: hue angle of 211.58º 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 #52769E is Cyan = 0.48, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 82 | 118 | 158 | - |
| CMYK | 0.48 | 0.25 | 0 | 0.38 |
| HSL | 211.58º | 0.32% | 0.47% | - |
| HSV(B) | 211.58º | 0.48% | 0.62% | - |
| XYZ | 16.13 | 17.22 | 34.82 | - |
| YUV | 111.8 | 154.07 | 106.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 118 | 158 | 0.48 | 0.25 | 0 | 0.38 | 211.58 | 0.32 | 0.47 |
| Hex | 52 | 76 | 9E | 30 | 19 | 0 | 26 | D4 | 20 | 2F |
| Octal | 122 | 166 | 236 | 60 | 31 | 0 | 46 | 324 | 40 | 57 |
| Binary | 1010010 | 1110110 | 10011110 | 110000 | 11001 | 0 | 100110 | 11010100 | 100000 | 101111 |
Color Harmonies of #52769E
Complementary color
Monochromatic Colors of #52769E
Black with #52769E
Text Example
Text Example
White with #52769E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52769E; }
p { color: rgb(82,118,158); }
H1.HeaderClassName
{
color: #52769E;
}
.AnyTagClassName
{
color: #52769E;
}
</style>
background-color css
<style>
a { background-color: #52769E; }
a { background-color: rgb(82,118,158); }
div.DivClassName
{
background-color: #52769E;
}
.BgClassName
{
background-color: #52769E;
}
</style>
border-color css
<style>
span { border-color: #52769E; }
span { border-color: rgb(82,118,158); }
td.TdClassName
{
border-color: #52769E;
}
.TagClassName
{
border-color: #52769E;
}
</style>