Shades of San Marino #507199
Tints of San Marino #507199
RGB
CMYK
RGB Variations
Color information
#507199 (or 0x507199) is known color: San Marino. HEX triplet: 50, 71 and 99. RGB value is (80,113,153). Sum of RGB (Red+Green+Blue) = 80+113+153=346 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.12% from 346); Green value is 113 (44.53% from 255 or 32.66% from 346); Blue value is 153 (60.16% from 255 or 44.22% from 346); Max value from RGB is 153 - color contains mainly: blue. Hex color #507199 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507199 is #AF8E66. Grayscale: #6B6B6B. Windows color (decimal): -11505255 or 10056016. OLE color: 10056016.
HSL color Cylindrical-coordinate representation of color #507199: hue angle of 212.88º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #507199 is Cyan = 0.48, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 80 | 113 | 153 | - |
| CMYK | 0.48 | 0.26 | 0 | 0.4 |
| HSL | 212.88º | 0.31% | 0.46% | - |
| HSV(B) | 212.88º | 0.48% | 0.6% | - |
| XYZ | 14.96 | 15.82 | 32.4 | - |
| YUV | 107.69 | 153.57 | 108.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 113 | 153 | 0.48 | 0.26 | 0 | 0.4 | 212.88 | 0.31 | 0.46 |
| Hex | 50 | 71 | 99 | 30 | 1A | 0 | 28 | D5 | 1F | 2E |
| Octal | 120 | 161 | 231 | 60 | 32 | 0 | 50 | 325 | 37 | 56 |
| Binary | 1010000 | 1110001 | 10011001 | 110000 | 11010 | 0 | 101000 | 11010101 | 11111 | 101110 |
Color Harmonies of #507199
Complementary color
Monochromatic Colors of #507199
Black with #507199
Text Example
Text Example
White with #507199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507199; }
p { color: rgb(80,113,153); }
H1.HeaderClassName
{
color: #507199;
}
.AnyTagClassName
{
color: #507199;
}
</style>
background-color css
<style>
a { background-color: #507199; }
a { background-color: rgb(80,113,153); }
div.DivClassName
{
background-color: #507199;
}
.BgClassName
{
background-color: #507199;
}
</style>
border-color css
<style>
span { border-color: #507199; }
span { border-color: rgb(80,113,153); }
td.TdClassName
{
border-color: #507199;
}
.TagClassName
{
border-color: #507199;
}
</style>