Shades of San Marino #52779D
Tints of San Marino #52779D
RGB
CMYK
RGB Variations
Color information
#52779D (or 0x52779D) is known color: San Marino. HEX triplet: 52, 77 and 9D. RGB value is (82,119,157). Sum of RGB (Red+Green+Blue) = 82+119+157=358 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.91% from 358); Green value is 119 (46.88% from 255 or 33.24% from 358); Blue value is 157 (61.72% from 255 or 43.85% from 358); Max value from RGB is 157 - color contains mainly: blue. Hex color #52779D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52779D is #AD8862. Grayscale: #707070. Windows color (decimal): -11372643 or 10319698. OLE color: 10319698.
HSL color Cylindrical-coordinate representation of color #52779D: hue angle of 210.4º 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 #52779D is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 82 | 119 | 157 | - |
| CMYK | 0.48 | 0.24 | 0 | 0.38 |
| HSL | 210.4º | 0.31% | 0.47% | - |
| HSV(B) | 210.4º | 0.48% | 0.62% | - |
| XYZ | 16.16 | 17.42 | 34.41 | - |
| YUV | 112.27 | 153.24 | 106.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 119 | 157 | 0.48 | 0.24 | 0 | 0.38 | 210.4 | 0.31 | 0.47 |
| Hex | 52 | 77 | 9D | 30 | 18 | 0 | 26 | D2 | 1F | 2F |
| Octal | 122 | 167 | 235 | 60 | 30 | 0 | 46 | 322 | 37 | 57 |
| Binary | 1010010 | 1110111 | 10011101 | 110000 | 11000 | 0 | 100110 | 11010010 | 11111 | 101111 |
Color Harmonies of #52779D
Complementary color
Monochromatic Colors of #52779D
Black with #52779D
Text Example
Text Example
White with #52779D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52779D; }
p { color: rgb(82,119,157); }
H1.HeaderClassName
{
color: #52779D;
}
.AnyTagClassName
{
color: #52779D;
}
</style>
background-color css
<style>
a { background-color: #52779D; }
a { background-color: rgb(82,119,157); }
div.DivClassName
{
background-color: #52779D;
}
.BgClassName
{
background-color: #52779D;
}
</style>
border-color css
<style>
span { border-color: #52779D; }
span { border-color: rgb(82,119,157); }
td.TdClassName
{
border-color: #52779D;
}
.TagClassName
{
border-color: #52779D;
}
</style>