Shades of Free Speech Blue #5053D7
Tints of Free Speech Blue #5053D7
RGB
CMYK
RGB Variations
Color information
#5053D7 (or 0x5053D7) is known color: Free Speech Blue. HEX triplet: 50, 53 and D7. RGB value is (80,83,215). Sum of RGB (Red+Green+Blue) = 80+83+215=378 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.16% from 378); Green value is 83 (32.81% from 255 or 21.96% from 378); Blue value is 215 (84.38% from 255 or 56.88% from 378); Max value from RGB is 215 - color contains mainly: blue. Hex color #5053D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5053D7 is #AFAC28. Grayscale: #606060. Windows color (decimal): -11512873 or 14111568. OLE color: 14111568.
HSL color Cylindrical-coordinate representation of color #5053D7: hue angle of 238.67º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5053D7 is Cyan = 0.63, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 80 | 83 | 215 | - |
| CMYK | 0.63 | 0.61 | 0 | 0.16 |
| HSL | 238.67º | 0.63% | 0.58% | - |
| HSV(B) | 238.67º | 0.63% | 0.84% | - |
| XYZ | 18.67 | 12.8 | 65.78 | - |
| YUV | 97.15 | 194.51 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 83 | 215 | 0.63 | 0.61 | 0 | 0.16 | 238.67 | 0.63 | 0.58 |
| Hex | 50 | 53 | D7 | 3F | 3D | 0 | 10 | EF | 3F | 3A |
| Octal | 120 | 123 | 327 | 77 | 75 | 0 | 20 | 357 | 77 | 72 |
| Binary | 1010000 | 1010011 | 11010111 | 111111 | 111101 | 0 | 10000 | 11101111 | 111111 | 111010 |
Color Harmonies of #5053D7
Complementary color
Monochromatic Colors of #5053D7
Black with #5053D7
Text Example
Text Example
White with #5053D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5053D7; }
p { color: rgb(80,83,215); }
H1.HeaderClassName
{
color: #5053D7;
}
.AnyTagClassName
{
color: #5053D7;
}
</style>
background-color css
<style>
a { background-color: #5053D7; }
a { background-color: rgb(80,83,215); }
div.DivClassName
{
background-color: #5053D7;
}
.BgClassName
{
background-color: #5053D7;
}
</style>
border-color css
<style>
span { border-color: #5053D7; }
span { border-color: rgb(80,83,215); }
td.TdClassName
{
border-color: #5053D7;
}
.TagClassName
{
border-color: #5053D7;
}
</style>