Shades of San Marino #52689F
Tints of San Marino #52689F
RGB
CMYK
RGB Variations
Color information
#52689F (or 0x52689F) is known color: San Marino. HEX triplet: 52, 68 and 9F. RGB value is (82,104,159). Sum of RGB (Red+Green+Blue) = 82+104+159=345 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.77% from 345); Green value is 104 (41.02% from 255 or 30.14% from 345); Blue value is 159 (62.5% from 255 or 46.09% from 345); Max value from RGB is 159 - color contains mainly: blue. Hex color #52689F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52689F is #AD9760. Grayscale: #676767. Windows color (decimal): -11376481 or 10446930. OLE color: 10446930.
HSL color Cylindrical-coordinate representation of color #52689F: hue angle of 222.86º 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 #52689F is Cyan = 0.48, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 82 | 104 | 159 | - |
| CMYK | 0.48 | 0.35 | 0 | 0.38 |
| HSL | 222.86º | 0.32% | 0.47% | - |
| HSV(B) | 222.86º | 0.48% | 0.62% | - |
| XYZ | 14.69 | 14.2 | 34.77 | - |
| YUV | 103.69 | 159.21 | 112.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 104 | 159 | 0.48 | 0.35 | 0 | 0.38 | 222.86 | 0.32 | 0.47 |
| Hex | 52 | 68 | 9F | 30 | 23 | 0 | 26 | DF | 20 | 2F |
| Octal | 122 | 150 | 237 | 60 | 43 | 0 | 46 | 337 | 40 | 57 |
| Binary | 1010010 | 1101000 | 10011111 | 110000 | 100011 | 0 | 100110 | 11011111 | 100000 | 101111 |
Color Harmonies of #52689F
Complementary color
Monochromatic Colors of #52689F
Black with #52689F
Text Example
Text Example
White with #52689F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52689F; }
p { color: rgb(82,104,159); }
H1.HeaderClassName
{
color: #52689F;
}
.AnyTagClassName
{
color: #52689F;
}
</style>
background-color css
<style>
a { background-color: #52689F; }
a { background-color: rgb(82,104,159); }
div.DivClassName
{
background-color: #52689F;
}
.BgClassName
{
background-color: #52689F;
}
</style>
border-color css
<style>
span { border-color: #52689F; }
span { border-color: rgb(82,104,159); }
td.TdClassName
{
border-color: #52689F;
}
.TagClassName
{
border-color: #52689F;
}
</style>