Shades of San Marino #52679D
Tints of San Marino #52679D
RGB
CMYK
RGB Variations
Color information
#52679D (or 0x52679D) is known color: San Marino. HEX triplet: 52, 67 and 9D. RGB value is (82,103,157). Sum of RGB (Red+Green+Blue) = 82+103+157=342 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.98% from 342); Green value is 103 (40.62% from 255 or 30.12% from 342); Blue value is 157 (61.72% from 255 or 45.91% from 342); Max value from RGB is 157 - color contains mainly: blue. Hex color #52679D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52679D is #AD9862. Grayscale: #666666. Windows color (decimal): -11376739 or 10315602. OLE color: 10315602.
HSL color Cylindrical-coordinate representation of color #52679D: hue angle of 223.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 #52679D is Cyan = 0.48, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 82 | 103 | 157 | - |
| CMYK | 0.48 | 0.34 | 0 | 0.38 |
| HSL | 223.2º | 0.31% | 0.47% | - |
| HSV(B) | 223.2º | 0.48% | 0.62% | - |
| XYZ | 14.42 | 13.93 | 33.83 | - |
| YUV | 102.88 | 158.54 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 103 | 157 | 0.48 | 0.34 | 0 | 0.38 | 223.2 | 0.31 | 0.47 |
| Hex | 52 | 67 | 9D | 30 | 22 | 0 | 26 | DF | 1F | 2F |
| Octal | 122 | 147 | 235 | 60 | 42 | 0 | 46 | 337 | 37 | 57 |
| Binary | 1010010 | 1100111 | 10011101 | 110000 | 100010 | 0 | 100110 | 11011111 | 11111 | 101111 |
Color Harmonies of #52679D
Complementary color
Monochromatic Colors of #52679D
Black with #52679D
Text Example
Text Example
White with #52679D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52679D; }
p { color: rgb(82,103,157); }
H1.HeaderClassName
{
color: #52679D;
}
.AnyTagClassName
{
color: #52679D;
}
</style>
background-color css
<style>
a { background-color: #52679D; }
a { background-color: rgb(82,103,157); }
div.DivClassName
{
background-color: #52679D;
}
.BgClassName
{
background-color: #52679D;
}
</style>
border-color css
<style>
span { border-color: #52679D; }
span { border-color: rgb(82,103,157); }
td.TdClassName
{
border-color: #52679D;
}
.TagClassName
{
border-color: #52679D;
}
</style>