Shades of San Marino #507AA4
Tints of San Marino #507AA4
RGB
CMYK
RGB Variations
Color information
#507AA4 (or 0x507AA4) is known color: San Marino. HEX triplet: 50, 7A and A4. RGB value is (80,122,164). Sum of RGB (Red+Green+Blue) = 80+122+164=366 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.86% from 366); Green value is 122 (48.05% from 255 or 33.33% from 366); Blue value is 164 (64.45% from 255 or 44.81% from 366); Max value from RGB is 164 - color contains mainly: blue. Hex color #507AA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507AA4 is #AF855B. Grayscale: #727272. Windows color (decimal): -11502940 or 10779216. OLE color: 10779216.
HSL color Cylindrical-coordinate representation of color #507AA4: hue angle of 210º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #507AA4 is Cyan = 0.51, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 80 | 122 | 164 | - |
| CMYK | 0.51 | 0.26 | 0 | 0.36 |
| HSL | 210º | 0.34% | 0.48% | - |
| HSV(B) | 210º | 0.51% | 0.64% | - |
| XYZ | 16.97 | 18.3 | 37.76 | - |
| YUV | 114.23 | 156.09 | 103.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 122 | 164 | 0.51 | 0.26 | 0 | 0.36 | 210 | 0.34 | 0.48 |
| Hex | 50 | 7A | A4 | 33 | 1A | 0 | 24 | D2 | 22 | 30 |
| Octal | 120 | 172 | 244 | 63 | 32 | 0 | 44 | 322 | 42 | 60 |
| Binary | 1010000 | 1111010 | 10100100 | 110011 | 11010 | 0 | 100100 | 11010010 | 100010 | 110000 |
Color Harmonies of #507AA4
Complementary color
Monochromatic Colors of #507AA4
Black with #507AA4
Text Example
Text Example
White with #507AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507AA4; }
p { color: rgb(80,122,164); }
H1.HeaderClassName
{
color: #507AA4;
}
.AnyTagClassName
{
color: #507AA4;
}
</style>
background-color css
<style>
a { background-color: #507AA4; }
a { background-color: rgb(80,122,164); }
div.DivClassName
{
background-color: #507AA4;
}
.BgClassName
{
background-color: #507AA4;
}
</style>
border-color css
<style>
span { border-color: #507AA4; }
span { border-color: rgb(80,122,164); }
td.TdClassName
{
border-color: #507AA4;
}
.TagClassName
{
border-color: #507AA4;
}
</style>