Shades of Free Speech Blue #5055BC
Tints of Free Speech Blue #5055BC
RGB
CMYK
RGB Variations
Color information
#5055BC (or 0x5055BC) is known color: Free Speech Blue. HEX triplet: 50, 55 and BC. RGB value is (80,85,188). Sum of RGB (Red+Green+Blue) = 80+85+188=353 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.66% from 353); Green value is 85 (33.59% from 255 or 24.08% from 353); Blue value is 188 (73.83% from 255 or 53.26% from 353); Max value from RGB is 188 - color contains mainly: blue. Hex color #5055BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5055BC is #AFAA43. Grayscale: #5E5E5E. Windows color (decimal): -11512388 or 12342608. OLE color: 12342608.
HSL color Cylindrical-coordinate representation of color #5055BC: hue angle of 237.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 #5055BC is Cyan = 0.57, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 80 | 85 | 188 | - |
| CMYK | 0.57 | 0.55 | 0 | 0.26 |
| HSL | 237.22º | 0.45% | 0.53% | - |
| HSV(B) | 237.22º | 0.57% | 0.74% | - |
| XYZ | 15.63 | 11.83 | 49.04 | - |
| YUV | 95.25 | 180.34 | 117.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 85 | 188 | 0.57 | 0.55 | 0 | 0.26 | 237.22 | 0.45 | 0.53 |
| Hex | 50 | 55 | BC | 39 | 37 | 0 | 1A | ED | 2D | 35 |
| Octal | 120 | 125 | 274 | 71 | 67 | 0 | 32 | 355 | 55 | 65 |
| Binary | 1010000 | 1010101 | 10111100 | 111001 | 110111 | 0 | 11010 | 11101101 | 101101 | 110101 |
Color Harmonies of #5055BC
Complementary color
Monochromatic Colors of #5055BC
Black with #5055BC
Text Example
Text Example
White with #5055BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5055BC; }
p { color: rgb(80,85,188); }
H1.HeaderClassName
{
color: #5055BC;
}
.AnyTagClassName
{
color: #5055BC;
}
</style>
background-color css
<style>
a { background-color: #5055BC; }
a { background-color: rgb(80,85,188); }
div.DivClassName
{
background-color: #5055BC;
}
.BgClassName
{
background-color: #5055BC;
}
</style>
border-color css
<style>
span { border-color: #5055BC; }
span { border-color: rgb(80,85,188); }
td.TdClassName
{
border-color: #5055BC;
}
.TagClassName
{
border-color: #5055BC;
}
</style>