Shades of Free Speech Blue #5055DD
Tints of Free Speech Blue #5055DD
RGB
CMYK
RGB Variations
Color information
#5055DD (or 0x5055DD) is known color: Free Speech Blue. HEX triplet: 50, 55 and DD. RGB value is (80,85,221). Sum of RGB (Red+Green+Blue) = 80+85+221=386 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.73% from 386); Green value is 85 (33.59% from 255 or 22.02% from 386); Blue value is 221 (86.72% from 255 or 57.25% from 386); Max value from RGB is 221 - color contains mainly: blue. Hex color #5055DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5055DD is #AFAA22. Grayscale: #626262. Windows color (decimal): -11512355 or 14505296. OLE color: 14505296.
HSL color Cylindrical-coordinate representation of color #5055DD: hue angle of 237.87º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5055DD is Cyan = 0.64, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 85 | 221 | - |
| CMYK | 0.64 | 0.62 | 0 | 0.13 |
| HSL | 237.87º | 0.67% | 0.59% | - |
| HSV(B) | 237.87º | 0.64% | 0.87% | - |
| XYZ | 19.61 | 13.42 | 69.96 | - |
| YUV | 99.01 | 196.84 | 114.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 85 | 221 | 0.64 | 0.62 | 0 | 0.13 | 237.87 | 0.67 | 0.59 |
| Hex | 50 | 55 | DD | 40 | 3E | 0 | D | EE | 43 | 3B |
| Octal | 120 | 125 | 335 | 100 | 76 | 0 | 15 | 356 | 103 | 73 |
| Binary | 1010000 | 1010101 | 11011101 | 1000000 | 111110 | 0 | 1101 | 11101110 | 1000011 | 111011 |
Color Harmonies of #5055DD
Complementary color
Monochromatic Colors of #5055DD
Black with #5055DD
Text Example
Text Example
White with #5055DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5055DD; }
p { color: rgb(80,85,221); }
H1.HeaderClassName
{
color: #5055DD;
}
.AnyTagClassName
{
color: #5055DD;
}
</style>
background-color css
<style>
a { background-color: #5055DD; }
a { background-color: rgb(80,85,221); }
div.DivClassName
{
background-color: #5055DD;
}
.BgClassName
{
background-color: #5055DD;
}
</style>
border-color css
<style>
span { border-color: #5055DD; }
span { border-color: rgb(80,85,221); }
td.TdClassName
{
border-color: #5055DD;
}
.TagClassName
{
border-color: #5055DD;
}
</style>