Shades of Free Speech Blue #5067BE
Tints of Free Speech Blue #5067BE
RGB
CMYK
RGB Variations
Color information
#5067BE (or 0x5067BE) is known color: Free Speech Blue. HEX triplet: 50, 67 and BE. RGB value is (80,103,190). Sum of RGB (Red+Green+Blue) = 80+103+190=373 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.45% from 373); Green value is 103 (40.62% from 255 or 27.61% from 373); Blue value is 190 (74.61% from 255 or 50.94% from 373); Max value from RGB is 190 - color contains mainly: blue. Hex color #5067BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5067BE is #AF9841. Grayscale: #696969. Windows color (decimal): -11507778 or 12478288. OLE color: 12478288.
HSL color Cylindrical-coordinate representation of color #5067BE: hue angle of 227.45º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5067BE is Cyan = 0.58, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 80 | 103 | 190 | - |
| CMYK | 0.58 | 0.46 | 0 | 0.25 |
| HSL | 227.45º | 0.46% | 0.53% | - |
| HSV(B) | 227.45º | 0.58% | 0.75% | - |
| XYZ | 17.45 | 15.12 | 50.71 | - |
| YUV | 106.04 | 175.38 | 109.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 103 | 190 | 0.58 | 0.46 | 0 | 0.25 | 227.45 | 0.46 | 0.53 |
| Hex | 50 | 67 | BE | 3A | 2E | 0 | 19 | E3 | 2E | 35 |
| Octal | 120 | 147 | 276 | 72 | 56 | 0 | 31 | 343 | 56 | 65 |
| Binary | 1010000 | 1100111 | 10111110 | 111010 | 101110 | 0 | 11001 | 11100011 | 101110 | 110101 |
Color Harmonies of #5067BE
Complementary color
Monochromatic Colors of #5067BE
Black with #5067BE
Text Example
Text Example
White with #5067BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5067BE; }
p { color: rgb(80,103,190); }
H1.HeaderClassName
{
color: #5067BE;
}
.AnyTagClassName
{
color: #5067BE;
}
</style>
background-color css
<style>
a { background-color: #5067BE; }
a { background-color: rgb(80,103,190); }
div.DivClassName
{
background-color: #5067BE;
}
.BgClassName
{
background-color: #5067BE;
}
</style>
border-color css
<style>
span { border-color: #5067BE; }
span { border-color: rgb(80,103,190); }
td.TdClassName
{
border-color: #5067BE;
}
.TagClassName
{
border-color: #5067BE;
}
</style>