Shades of San Marino #506FA4
Tints of San Marino #506FA4
RGB
CMYK
RGB Variations
Color information
#506FA4 (or 0x506FA4) is known color: San Marino. HEX triplet: 50, 6F and A4. RGB value is (80,111,164). Sum of RGB (Red+Green+Blue) = 80+111+164=355 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.54% from 355); Green value is 111 (43.75% from 255 or 31.27% from 355); Blue value is 164 (64.45% from 255 or 46.20% from 355); Max value from RGB is 164 - color contains mainly: blue. Hex color #506FA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506FA4 is #AF905B. Grayscale: #6B6B6B. Windows color (decimal): -11505756 or 10776400. OLE color: 10776400.
HSL color Cylindrical-coordinate representation of color #506FA4: hue angle of 217.86º 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 #506FA4 is Cyan = 0.51, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 80 | 111 | 164 | - |
| CMYK | 0.51 | 0.32 | 0 | 0.36 |
| HSL | 217.86º | 0.34% | 0.48% | - |
| HSV(B) | 217.86º | 0.51% | 0.64% | - |
| XYZ | 15.69 | 15.75 | 37.34 | - |
| YUV | 107.77 | 159.73 | 108.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 111 | 164 | 0.51 | 0.32 | 0 | 0.36 | 217.86 | 0.34 | 0.48 |
| Hex | 50 | 6F | A4 | 33 | 20 | 0 | 24 | DA | 22 | 30 |
| Octal | 120 | 157 | 244 | 63 | 40 | 0 | 44 | 332 | 42 | 60 |
| Binary | 1010000 | 1101111 | 10100100 | 110011 | 100000 | 0 | 100100 | 11011010 | 100010 | 110000 |
Color Harmonies of #506FA4
Complementary color
Monochromatic Colors of #506FA4
Black with #506FA4
Text Example
Text Example
White with #506FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506FA4; }
p { color: rgb(80,111,164); }
H1.HeaderClassName
{
color: #506FA4;
}
.AnyTagClassName
{
color: #506FA4;
}
</style>
background-color css
<style>
a { background-color: #506FA4; }
a { background-color: rgb(80,111,164); }
div.DivClassName
{
background-color: #506FA4;
}
.BgClassName
{
background-color: #506FA4;
}
</style>
border-color css
<style>
span { border-color: #506FA4; }
span { border-color: rgb(80,111,164); }
td.TdClassName
{
border-color: #506FA4;
}
.TagClassName
{
border-color: #506FA4;
}
</style>