Shades of Free Speech Blue #5053DF
Tints of Free Speech Blue #5053DF
RGB
CMYK
RGB Variations
Color information
#5053DF (or 0x5053DF) is known color: Free Speech Blue. HEX triplet: 50, 53 and DF. RGB value is (80,83,223). Sum of RGB (Red+Green+Blue) = 80+83+223=386 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.73% from 386); Green value is 83 (32.81% from 255 or 21.50% from 386); Blue value is 223 (87.5% from 255 or 57.77% from 386); Max value from RGB is 223 - color contains mainly: blue. Hex color #5053DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5053DF is #AFAC20. Grayscale: #616161. Windows color (decimal): -11512865 or 14635856. OLE color: 14635856.
HSL color Cylindrical-coordinate representation of color #5053DF: hue angle of 238.74º degrees, saturation: 0.69, 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 #5053DF is Cyan = 0.64, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 83 | 223 | - |
| CMYK | 0.64 | 0.63 | 0 | 0.13 |
| HSL | 238.74º | 0.69% | 0.59% | - |
| HSV(B) | 238.74º | 0.64% | 0.87% | - |
| XYZ | 19.72 | 13.22 | 71.32 | - |
| YUV | 98.06 | 198.51 | 115.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 83 | 223 | 0.64 | 0.63 | 0 | 0.13 | 238.74 | 0.69 | 0.59 |
| Hex | 50 | 53 | DF | 40 | 3F | 0 | D | EF | 45 | 3B |
| Octal | 120 | 123 | 337 | 100 | 77 | 0 | 15 | 357 | 105 | 73 |
| Binary | 1010000 | 1010011 | 11011111 | 1000000 | 111111 | 0 | 1101 | 11101111 | 1000101 | 111011 |
Color Harmonies of #5053DF
Complementary color
Monochromatic Colors of #5053DF
Black with #5053DF
Text Example
Text Example
White with #5053DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5053DF; }
p { color: rgb(80,83,223); }
H1.HeaderClassName
{
color: #5053DF;
}
.AnyTagClassName
{
color: #5053DF;
}
</style>
background-color css
<style>
a { background-color: #5053DF; }
a { background-color: rgb(80,83,223); }
div.DivClassName
{
background-color: #5053DF;
}
.BgClassName
{
background-color: #5053DF;
}
</style>
border-color css
<style>
span { border-color: #5053DF; }
span { border-color: rgb(80,83,223); }
td.TdClassName
{
border-color: #5053DF;
}
.TagClassName
{
border-color: #5053DF;
}
</style>