Shades of Free Speech Blue #5067BB
Tints of Free Speech Blue #5067BB
RGB
CMYK
RGB Variations
Color information
#5067BB (or 0x5067BB) is known color: Free Speech Blue. HEX triplet: 50, 67 and BB. RGB value is (80,103,187). Sum of RGB (Red+Green+Blue) = 80+103+187=370 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.62% from 370); Green value is 103 (40.62% from 255 or 27.84% from 370); Blue value is 187 (73.44% from 255 or 50.54% from 370); Max value from RGB is 187 - color contains mainly: blue. Hex color #5067BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5067BB is #AF9844. Grayscale: #696969. Windows color (decimal): -11507781 or 12281680. OLE color: 12281680.
HSL color Cylindrical-coordinate representation of color #5067BB: hue angle of 227.1º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5067BB is Cyan = 0.57, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 80 | 103 | 187 | - |
| CMYK | 0.57 | 0.45 | 0 | 0.27 |
| HSL | 227.1º | 0.44% | 0.52% | - |
| HSV(B) | 227.1º | 0.57% | 0.73% | - |
| XYZ | 17.13 | 14.99 | 49.01 | - |
| YUV | 105.7 | 173.88 | 109.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 103 | 187 | 0.57 | 0.45 | 0 | 0.27 | 227.1 | 0.44 | 0.52 |
| Hex | 50 | 67 | BB | 39 | 2D | 0 | 1B | E3 | 2C | 34 |
| Octal | 120 | 147 | 273 | 71 | 55 | 0 | 33 | 343 | 54 | 64 |
| Binary | 1010000 | 1100111 | 10111011 | 111001 | 101101 | 0 | 11011 | 11100011 | 101100 | 110100 |
Color Harmonies of #5067BB
Complementary color
Monochromatic Colors of #5067BB
Black with #5067BB
Text Example
Text Example
White with #5067BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5067BB; }
p { color: rgb(80,103,187); }
H1.HeaderClassName
{
color: #5067BB;
}
.AnyTagClassName
{
color: #5067BB;
}
</style>
background-color css
<style>
a { background-color: #5067BB; }
a { background-color: rgb(80,103,187); }
div.DivClassName
{
background-color: #5067BB;
}
.BgClassName
{
background-color: #5067BB;
}
</style>
border-color css
<style>
span { border-color: #5067BB; }
span { border-color: rgb(80,103,187); }
td.TdClassName
{
border-color: #5067BB;
}
.TagClassName
{
border-color: #5067BB;
}
</style>