Shades of San Marino #52769D
Tints of San Marino #52769D
RGB
CMYK
RGB Variations
Color information
#52769D (or 0x52769D) is known color: San Marino. HEX triplet: 52, 76 and 9D. RGB value is (82,118,157). Sum of RGB (Red+Green+Blue) = 82+118+157=357 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.97% from 357); Green value is 118 (46.48% from 255 or 33.05% from 357); Blue value is 157 (61.72% from 255 or 43.98% from 357); Max value from RGB is 157 - color contains mainly: blue. Hex color #52769D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52769D is #AD8962. Grayscale: #6F6F6F. Windows color (decimal): -11372899 or 10319442. OLE color: 10319442.
HSL color Cylindrical-coordinate representation of color #52769D: hue angle of 211.2º degrees, saturation: 0.31, 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 #52769D is Cyan = 0.48, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 82 | 118 | 157 | - |
| CMYK | 0.48 | 0.25 | 0 | 0.38 |
| HSL | 211.2º | 0.31% | 0.47% | - |
| HSV(B) | 211.2º | 0.48% | 0.62% | - |
| XYZ | 16.04 | 17.19 | 34.37 | - |
| YUV | 111.68 | 153.57 | 106.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 118 | 157 | 0.48 | 0.25 | 0 | 0.38 | 211.2 | 0.31 | 0.47 |
| Hex | 52 | 76 | 9D | 30 | 19 | 0 | 26 | D3 | 1F | 2F |
| Octal | 122 | 166 | 235 | 60 | 31 | 0 | 46 | 323 | 37 | 57 |
| Binary | 1010010 | 1110110 | 10011101 | 110000 | 11001 | 0 | 100110 | 11010011 | 11111 | 101111 |
Color Harmonies of #52769D
Complementary color
Monochromatic Colors of #52769D
Black with #52769D
Text Example
Text Example
White with #52769D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52769D; }
p { color: rgb(82,118,157); }
H1.HeaderClassName
{
color: #52769D;
}
.AnyTagClassName
{
color: #52769D;
}
</style>
background-color css
<style>
a { background-color: #52769D; }
a { background-color: rgb(82,118,157); }
div.DivClassName
{
background-color: #52769D;
}
.BgClassName
{
background-color: #52769D;
}
</style>
border-color css
<style>
span { border-color: #52769D; }
span { border-color: rgb(82,118,157); }
td.TdClassName
{
border-color: #52769D;
}
.TagClassName
{
border-color: #52769D;
}
</style>