Shades of Free Speech Blue #5063BA
Tints of Free Speech Blue #5063BA
RGB
CMYK
RGB Variations
Color information
#5063BA (or 0x5063BA) is known color: Free Speech Blue. HEX triplet: 50, 63 and BA. RGB value is (80,99,186). Sum of RGB (Red+Green+Blue) = 80+99+186=365 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.92% from 365); Green value is 99 (39.06% from 255 or 27.12% from 365); Blue value is 186 (73.05% from 255 or 50.96% from 365); Max value from RGB is 186 - color contains mainly: blue. Hex color #5063BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5063BA is #AF9C45. Grayscale: #666666. Windows color (decimal): -11508806 or 12215120. OLE color: 12215120.
HSL color Cylindrical-coordinate representation of color #5063BA: hue angle of 229.25º degrees, saturation: 0.43, 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 #5063BA is Cyan = 0.57, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 80 | 99 | 186 | - |
| CMYK | 0.57 | 0.47 | 0 | 0.27 |
| HSL | 229.25º | 0.43% | 0.52% | - |
| HSV(B) | 229.25º | 0.57% | 0.73% | - |
| XYZ | 16.63 | 14.17 | 48.31 | - |
| YUV | 103.24 | 174.71 | 111.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 99 | 186 | 0.57 | 0.47 | 0 | 0.27 | 229.25 | 0.43 | 0.52 |
| Hex | 50 | 63 | BA | 39 | 2F | 0 | 1B | E5 | 2B | 34 |
| Octal | 120 | 143 | 272 | 71 | 57 | 0 | 33 | 345 | 53 | 64 |
| Binary | 1010000 | 1100011 | 10111010 | 111001 | 101111 | 0 | 11011 | 11100101 | 101011 | 110100 |
Color Harmonies of #5063BA
Complementary color
Monochromatic Colors of #5063BA
Black with #5063BA
Text Example
Text Example
White with #5063BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5063BA; }
p { color: rgb(80,99,186); }
H1.HeaderClassName
{
color: #5063BA;
}
.AnyTagClassName
{
color: #5063BA;
}
</style>
background-color css
<style>
a { background-color: #5063BA; }
a { background-color: rgb(80,99,186); }
div.DivClassName
{
background-color: #5063BA;
}
.BgClassName
{
background-color: #5063BA;
}
</style>
border-color css
<style>
span { border-color: #5063BA; }
span { border-color: rgb(80,99,186); }
td.TdClassName
{
border-color: #5063BA;
}
.TagClassName
{
border-color: #5063BA;
}
</style>