Shades of San Marino #52779B
Tints of San Marino #52779B
RGB
CMYK
RGB Variations
Color information
#52779B (or 0x52779B) is known color: San Marino. HEX triplet: 52, 77 and 9B. RGB value is (82,119,155). Sum of RGB (Red+Green+Blue) = 82+119+155=356 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.03% from 356); Green value is 119 (46.88% from 255 or 33.43% from 356); Blue value is 155 (60.94% from 255 or 43.54% from 356); Max value from RGB is 155 - color contains mainly: blue. Hex color #52779B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52779B is #AD8864. Grayscale: #6F6F6F. Windows color (decimal): -11372645 or 10188626. OLE color: 10188626.
HSL color Cylindrical-coordinate representation of color #52779B: hue angle of 209.59º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #52779B is Cyan = 0.47, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 82 | 119 | 155 | - |
| CMYK | 0.47 | 0.23 | 0 | 0.39 |
| HSL | 209.59º | 0.31% | 0.46% | - |
| HSV(B) | 209.59º | 0.47% | 0.61% | - |
| XYZ | 15.99 | 17.35 | 33.52 | - |
| YUV | 112.04 | 152.24 | 106.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 119 | 155 | 0.47 | 0.23 | 0 | 0.39 | 209.59 | 0.31 | 0.46 |
| Hex | 52 | 77 | 9B | 2F | 17 | 0 | 27 | D2 | 1F | 2E |
| Octal | 122 | 167 | 233 | 57 | 27 | 0 | 47 | 322 | 37 | 56 |
| Binary | 1010010 | 1110111 | 10011011 | 101111 | 10111 | 0 | 100111 | 11010010 | 11111 | 101110 |
Color Harmonies of #52779B
Complementary color
Monochromatic Colors of #52779B
Black with #52779B
Text Example
Text Example
White with #52779B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52779B; }
p { color: rgb(82,119,155); }
H1.HeaderClassName
{
color: #52779B;
}
.AnyTagClassName
{
color: #52779B;
}
</style>
background-color css
<style>
a { background-color: #52779B; }
a { background-color: rgb(82,119,155); }
div.DivClassName
{
background-color: #52779B;
}
.BgClassName
{
background-color: #52779B;
}
</style>
border-color css
<style>
span { border-color: #52779B; }
span { border-color: rgb(82,119,155); }
td.TdClassName
{
border-color: #52779B;
}
.TagClassName
{
border-color: #52779B;
}
</style>