Shades of San Marino #5269AA
Tints of San Marino #5269AA
RGB
CMYK
RGB Variations
Color information
#5269AA (or 0x5269AA) is known color: San Marino. HEX triplet: 52, 69 and AA. RGB value is (82,105,170). Sum of RGB (Red+Green+Blue) = 82+105+170=357 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.97% from 357); Green value is 105 (41.41% from 255 or 29.41% from 357); Blue value is 170 (66.80% from 255 or 47.62% from 357); Max value from RGB is 170 - color contains mainly: blue. Hex color #5269AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5269AA is #AD9655. Grayscale: #696969. Windows color (decimal): -11376214 or 11168082. OLE color: 11168082.
HSL color Cylindrical-coordinate representation of color #5269AA: hue angle of 224.32º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5269AA is Cyan = 0.52, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 105 | 170 | - |
| CMYK | 0.52 | 0.38 | 0 | 0.33 |
| HSL | 224.32º | 0.35% | 0.49% | - |
| HSV(B) | 224.32º | 0.52% | 0.67% | - |
| XYZ | 15.79 | 14.8 | 40.05 | - |
| YUV | 105.53 | 164.38 | 111.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 105 | 170 | 0.52 | 0.38 | 0 | 0.33 | 224.32 | 0.35 | 0.49 |
| Hex | 52 | 69 | AA | 34 | 26 | 0 | 21 | E0 | 23 | 31 |
| Octal | 122 | 151 | 252 | 64 | 46 | 0 | 41 | 340 | 43 | 61 |
| Binary | 1010010 | 1101001 | 10101010 | 110100 | 100110 | 0 | 100001 | 11100000 | 100011 | 110001 |
Color Harmonies of #5269AA
Complementary color
Monochromatic Colors of #5269AA
Black with #5269AA
Text Example
Text Example
White with #5269AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5269AA; }
p { color: rgb(82,105,170); }
H1.HeaderClassName
{
color: #5269AA;
}
.AnyTagClassName
{
color: #5269AA;
}
</style>
background-color css
<style>
a { background-color: #5269AA; }
a { background-color: rgb(82,105,170); }
div.DivClassName
{
background-color: #5269AA;
}
.BgClassName
{
background-color: #5269AA;
}
</style>
border-color css
<style>
span { border-color: #5269AA; }
span { border-color: rgb(82,105,170); }
td.TdClassName
{
border-color: #5269AA;
}
.TagClassName
{
border-color: #5269AA;
}
</style>