Shades of San Marino #52769A
Tints of San Marino #52769A
RGB
CMYK
RGB Variations
Color information
#52769A (or 0x52769A) is known color: San Marino. HEX triplet: 52, 76 and 9A. RGB value is (82,118,154). Sum of RGB (Red+Green+Blue) = 82+118+154=354 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.16% from 354); Green value is 118 (46.48% from 255 or 33.33% from 354); Blue value is 154 (60.55% from 255 or 43.50% from 354); Max value from RGB is 154 - color contains mainly: blue. Hex color #52769A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52769A is #AD8965. Grayscale: #6F6F6F. Windows color (decimal): -11372902 or 10122834. OLE color: 10122834.
HSL color Cylindrical-coordinate representation of color #52769A: hue angle of 210º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #52769A is Cyan = 0.47, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 82 | 118 | 154 | - |
| CMYK | 0.47 | 0.23 | 0 | 0.40 |
| HSL | 210º | 0.31% | 0.46% | - |
| HSV(B) | 210º | 0.47% | 0.6% | - |
| XYZ | 15.79 | 17.08 | 33.04 | - |
| YUV | 111.34 | 152.07 | 107.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 118 | 154 | 0.47 | 0.23 | 0 | 0.40 | 210 | 0.31 | 0.46 |
| Hex | 52 | 76 | 9A | 2F | 17 | 0 | 28 | D2 | 1F | 2E |
| Octal | 122 | 166 | 232 | 57 | 27 | 0 | 50 | 322 | 37 | 56 |
| Binary | 1010010 | 1110110 | 10011010 | 101111 | 10111 | 0 | 101000 | 11010010 | 11111 | 101110 |
Color Harmonies of #52769A
Complementary color
Monochromatic Colors of #52769A
Black with #52769A
Text Example
Text Example
White with #52769A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52769A; }
p { color: rgb(82,118,154); }
H1.HeaderClassName
{
color: #52769A;
}
.AnyTagClassName
{
color: #52769A;
}
</style>
background-color css
<style>
a { background-color: #52769A; }
a { background-color: rgb(82,118,154); }
div.DivClassName
{
background-color: #52769A;
}
.BgClassName
{
background-color: #52769A;
}
</style>
border-color css
<style>
span { border-color: #52769A; }
span { border-color: rgb(82,118,154); }
td.TdClassName
{
border-color: #52769A;
}
.TagClassName
{
border-color: #52769A;
}
</style>