Shades of Free Speech Blue #5062BA
Tints of Free Speech Blue #5062BA
RGB
CMYK
RGB Variations
Color information
#5062BA (or 0x5062BA) is known color: Free Speech Blue. HEX triplet: 50, 62 and BA. RGB value is (80,98,186). Sum of RGB (Red+Green+Blue) = 80+98+186=364 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.98% from 364); Green value is 98 (38.67% from 255 or 26.92% from 364); Blue value is 186 (73.05% from 255 or 51.10% from 364); Max value from RGB is 186 - color contains mainly: blue. Hex color #5062BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5062BA is #AF9D45. Grayscale: #666666. Windows color (decimal): -11509062 or 12214864. OLE color: 12214864.
HSL color Cylindrical-coordinate representation of color #5062BA: hue angle of 229.81º 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 #5062BA is Cyan = 0.57, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 80 | 98 | 186 | - |
| CMYK | 0.57 | 0.47 | 0 | 0.27 |
| HSL | 229.81º | 0.43% | 0.52% | - |
| HSV(B) | 229.81º | 0.57% | 0.73% | - |
| XYZ | 16.54 | 13.99 | 48.28 | - |
| YUV | 102.65 | 175.04 | 111.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 98 | 186 | 0.57 | 0.47 | 0 | 0.27 | 229.81 | 0.43 | 0.52 |
| Hex | 50 | 62 | BA | 39 | 2F | 0 | 1B | E6 | 2B | 34 |
| Octal | 120 | 142 | 272 | 71 | 57 | 0 | 33 | 346 | 53 | 64 |
| Binary | 1010000 | 1100010 | 10111010 | 111001 | 101111 | 0 | 11011 | 11100110 | 101011 | 110100 |
Color Harmonies of #5062BA
Complementary color
Monochromatic Colors of #5062BA
Black with #5062BA
Text Example
Text Example
White with #5062BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5062BA; }
p { color: rgb(80,98,186); }
H1.HeaderClassName
{
color: #5062BA;
}
.AnyTagClassName
{
color: #5062BA;
}
</style>
background-color css
<style>
a { background-color: #5062BA; }
a { background-color: rgb(80,98,186); }
div.DivClassName
{
background-color: #5062BA;
}
.BgClassName
{
background-color: #5062BA;
}
</style>
border-color css
<style>
span { border-color: #5062BA; }
span { border-color: rgb(80,98,186); }
td.TdClassName
{
border-color: #5062BA;
}
.TagClassName
{
border-color: #5062BA;
}
</style>