Shades of San Marino #52789C
Tints of San Marino #52789C
RGB
CMYK
RGB Variations
Color information
#52789C (or 0x52789C) is known color: San Marino. HEX triplet: 52, 78 and 9C. RGB value is (82,120,156). Sum of RGB (Red+Green+Blue) = 82+120+156=358 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.91% from 358); Green value is 120 (47.27% from 255 or 33.52% from 358); Blue value is 156 (61.33% from 255 or 43.58% from 358); Max value from RGB is 156 - color contains mainly: blue. Hex color #52789C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52789C is #AD8763. Grayscale: #707070. Windows color (decimal): -11372388 or 10254418. OLE color: 10254418.
HSL color Cylindrical-coordinate representation of color #52789C: hue angle of 209.19º 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 #52789C is Cyan = 0.47, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 82 | 120 | 156 | - |
| CMYK | 0.47 | 0.23 | 0 | 0.39 |
| HSL | 209.19º | 0.31% | 0.47% | - |
| HSV(B) | 209.19º | 0.47% | 0.61% | - |
| XYZ | 16.2 | 17.63 | 34 | - |
| YUV | 112.74 | 152.41 | 106.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 120 | 156 | 0.47 | 0.23 | 0 | 0.39 | 209.19 | 0.31 | 0.47 |
| Hex | 52 | 78 | 9C | 2F | 17 | 0 | 27 | D1 | 1F | 2F |
| Octal | 122 | 170 | 234 | 57 | 27 | 0 | 47 | 321 | 37 | 57 |
| Binary | 1010010 | 1111000 | 10011100 | 101111 | 10111 | 0 | 100111 | 11010001 | 11111 | 101111 |
Color Harmonies of #52789C
Complementary color
Monochromatic Colors of #52789C
Black with #52789C
Text Example
Text Example
White with #52789C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52789C; }
p { color: rgb(82,120,156); }
H1.HeaderClassName
{
color: #52789C;
}
.AnyTagClassName
{
color: #52789C;
}
</style>
background-color css
<style>
a { background-color: #52789C; }
a { background-color: rgb(82,120,156); }
div.DivClassName
{
background-color: #52789C;
}
.BgClassName
{
background-color: #52789C;
}
</style>
border-color css
<style>
span { border-color: #52789C; }
span { border-color: rgb(82,120,156); }
td.TdClassName
{
border-color: #52789C;
}
.TagClassName
{
border-color: #52789C;
}
</style>