Shades of San Marino #5072B1
Tints of San Marino #5072B1
RGB
CMYK
RGB Variations
Color information
#5072B1 (or 0x5072B1) is known color: San Marino. HEX triplet: 50, 72 and B1. RGB value is (80,114,177). Sum of RGB (Red+Green+Blue) = 80+114+177=371 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.56% from 371); Green value is 114 (44.92% from 255 or 30.73% from 371); Blue value is 177 (69.53% from 255 or 47.71% from 371); Max value from RGB is 177 - color contains mainly: blue. Hex color #5072B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5072B1 is #AF8D4E. Grayscale: #6E6E6E. Windows color (decimal): -11504975 or 11629136. OLE color: 11629136.
HSL color Cylindrical-coordinate representation of color #5072B1: hue angle of 218.97º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5072B1 is Cyan = 0.55, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 80 | 114 | 177 | - |
| CMYK | 0.55 | 0.36 | 0 | 0.31 |
| HSL | 218.97º | 0.38% | 0.5% | - |
| HSV(B) | 218.97º | 0.55% | 0.69% | - |
| XYZ | 17.26 | 16.91 | 43.95 | - |
| YUV | 111.02 | 165.24 | 105.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 114 | 177 | 0.55 | 0.36 | 0 | 0.31 | 218.97 | 0.38 | 0.5 |
| Hex | 50 | 72 | B1 | 37 | 24 | 0 | 1F | DB | 26 | 32 |
| Octal | 120 | 162 | 261 | 67 | 44 | 0 | 37 | 333 | 46 | 62 |
| Binary | 1010000 | 1110010 | 10110001 | 110111 | 100100 | 0 | 11111 | 11011011 | 100110 | 110010 |
Color Harmonies of #5072B1
Complementary color
Monochromatic Colors of #5072B1
Black with #5072B1
Text Example
Text Example
White with #5072B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5072B1; }
p { color: rgb(80,114,177); }
H1.HeaderClassName
{
color: #5072B1;
}
.AnyTagClassName
{
color: #5072B1;
}
</style>
background-color css
<style>
a { background-color: #5072B1; }
a { background-color: rgb(80,114,177); }
div.DivClassName
{
background-color: #5072B1;
}
.BgClassName
{
background-color: #5072B1;
}
</style>
border-color css
<style>
span { border-color: #5072B1; }
span { border-color: rgb(80,114,177); }
td.TdClassName
{
border-color: #5072B1;
}
.TagClassName
{
border-color: #5072B1;
}
</style>