Shades of San Marino #52699C
Tints of San Marino #52699C
RGB
CMYK
RGB Variations
Color information
#52699C (or 0x52699C) is known color: San Marino. HEX triplet: 52, 69 and 9C. RGB value is (82,105,156). Sum of RGB (Red+Green+Blue) = 82+105+156=343 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.91% from 343); Green value is 105 (41.41% from 255 or 30.61% from 343); Blue value is 156 (61.33% from 255 or 45.48% from 343); Max value from RGB is 156 - color contains mainly: blue. Hex color #52699C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52699C is #AD9663. Grayscale: #676767. Windows color (decimal): -11376228 or 10250578. OLE color: 10250578.
HSL color Cylindrical-coordinate representation of color #52699C: hue angle of 221.35º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #52699C is Cyan = 0.47, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 82 | 105 | 156 | - |
| CMYK | 0.47 | 0.33 | 0 | 0.39 |
| HSL | 221.35º | 0.31% | 0.47% | - |
| HSV(B) | 221.35º | 0.47% | 0.61% | - |
| XYZ | 14.53 | 14.3 | 33.45 | - |
| YUV | 103.94 | 157.38 | 112.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 105 | 156 | 0.47 | 0.33 | 0 | 0.39 | 221.35 | 0.31 | 0.47 |
| Hex | 52 | 69 | 9C | 2F | 21 | 0 | 27 | DD | 1F | 2F |
| Octal | 122 | 151 | 234 | 57 | 41 | 0 | 47 | 335 | 37 | 57 |
| Binary | 1010010 | 1101001 | 10011100 | 101111 | 100001 | 0 | 100111 | 11011101 | 11111 | 101111 |
Color Harmonies of #52699C
Complementary color
Monochromatic Colors of #52699C
Black with #52699C
Text Example
Text Example
White with #52699C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52699C; }
p { color: rgb(82,105,156); }
H1.HeaderClassName
{
color: #52699C;
}
.AnyTagClassName
{
color: #52699C;
}
</style>
background-color css
<style>
a { background-color: #52699C; }
a { background-color: rgb(82,105,156); }
div.DivClassName
{
background-color: #52699C;
}
.BgClassName
{
background-color: #52699C;
}
</style>
border-color css
<style>
span { border-color: #52699C; }
span { border-color: rgb(82,105,156); }
td.TdClassName
{
border-color: #52699C;
}
.TagClassName
{
border-color: #52699C;
}
</style>