Shades of San Marino #52679B
Tints of San Marino #52679B
RGB
CMYK
RGB Variations
Color information
#52679B (or 0x52679B) is known color: San Marino. HEX triplet: 52, 67 and 9B. RGB value is (82,103,155). Sum of RGB (Red+Green+Blue) = 82+103+155=340 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.12% from 340); Green value is 103 (40.62% from 255 or 30.29% from 340); Blue value is 155 (60.94% from 255 or 45.59% from 340); Max value from RGB is 155 - color contains mainly: blue. Hex color #52679B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52679B is #AD9864. Grayscale: #666666. Windows color (decimal): -11376741 or 10184530. OLE color: 10184530.
HSL color Cylindrical-coordinate representation of color #52679B: hue angle of 222.74º 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 #52679B is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 82 | 103 | 155 | - |
| CMYK | 0.47 | 0.34 | 0 | 0.39 |
| HSL | 222.74º | 0.31% | 0.46% | - |
| HSV(B) | 222.74º | 0.47% | 0.61% | - |
| XYZ | 14.25 | 13.86 | 32.93 | - |
| YUV | 102.65 | 157.54 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 103 | 155 | 0.47 | 0.34 | 0 | 0.39 | 222.74 | 0.31 | 0.46 |
| Hex | 52 | 67 | 9B | 2F | 22 | 0 | 27 | DF | 1F | 2E |
| Octal | 122 | 147 | 233 | 57 | 42 | 0 | 47 | 337 | 37 | 56 |
| Binary | 1010010 | 1100111 | 10011011 | 101111 | 100010 | 0 | 100111 | 11011111 | 11111 | 101110 |
Color Harmonies of #52679B
Complementary color
Monochromatic Colors of #52679B
Black with #52679B
Text Example
Text Example
White with #52679B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52679B; }
p { color: rgb(82,103,155); }
H1.HeaderClassName
{
color: #52679B;
}
.AnyTagClassName
{
color: #52679B;
}
</style>
background-color css
<style>
a { background-color: #52679B; }
a { background-color: rgb(82,103,155); }
div.DivClassName
{
background-color: #52679B;
}
.BgClassName
{
background-color: #52679B;
}
</style>
border-color css
<style>
span { border-color: #52679B; }
span { border-color: rgb(82,103,155); }
td.TdClassName
{
border-color: #52679B;
}
.TagClassName
{
border-color: #52679B;
}
</style>