Shades of Free Speech Blue #5067BC
Tints of Free Speech Blue #5067BC
RGB
CMYK
RGB Variations
Color information
#5067BC (or 0x5067BC) is known color: Free Speech Blue. HEX triplet: 50, 67 and BC. RGB value is (80,103,188). Sum of RGB (Red+Green+Blue) = 80+103+188=371 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.56% from 371); Green value is 103 (40.62% from 255 or 27.76% from 371); Blue value is 188 (73.83% from 255 or 50.67% from 371); Max value from RGB is 188 - color contains mainly: blue. Hex color #5067BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5067BC is #AF9843. Grayscale: #696969. Windows color (decimal): -11507780 or 12347216. OLE color: 12347216.
HSL color Cylindrical-coordinate representation of color #5067BC: hue angle of 227.22º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5067BC is Cyan = 0.57, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 80 | 103 | 188 | - |
| CMYK | 0.57 | 0.45 | 0 | 0.26 |
| HSL | 227.22º | 0.45% | 0.53% | - |
| HSV(B) | 227.22º | 0.57% | 0.74% | - |
| XYZ | 17.24 | 15.04 | 49.57 | - |
| YUV | 105.81 | 174.38 | 109.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 103 | 188 | 0.57 | 0.45 | 0 | 0.26 | 227.22 | 0.45 | 0.53 |
| Hex | 50 | 67 | BC | 39 | 2D | 0 | 1A | E3 | 2D | 35 |
| Octal | 120 | 147 | 274 | 71 | 55 | 0 | 32 | 343 | 55 | 65 |
| Binary | 1010000 | 1100111 | 10111100 | 111001 | 101101 | 0 | 11010 | 11100011 | 101101 | 110101 |
Color Harmonies of #5067BC
Complementary color
Monochromatic Colors of #5067BC
Black with #5067BC
Text Example
Text Example
White with #5067BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5067BC; }
p { color: rgb(80,103,188); }
H1.HeaderClassName
{
color: #5067BC;
}
.AnyTagClassName
{
color: #5067BC;
}
</style>
background-color css
<style>
a { background-color: #5067BC; }
a { background-color: rgb(80,103,188); }
div.DivClassName
{
background-color: #5067BC;
}
.BgClassName
{
background-color: #5067BC;
}
</style>
border-color css
<style>
span { border-color: #5067BC; }
span { border-color: rgb(80,103,188); }
td.TdClassName
{
border-color: #5067BC;
}
.TagClassName
{
border-color: #5067BC;
}
</style>