Shades of Free Speech Blue #5053C6
Tints of Free Speech Blue #5053C6
RGB
CMYK
RGB Variations
Color information
#5053C6 (or 0x5053C6) is known color: Free Speech Blue. HEX triplet: 50, 53 and C6. RGB value is (80,83,198). Sum of RGB (Red+Green+Blue) = 80+83+198=361 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.16% from 361); Green value is 83 (32.81% from 255 or 22.99% from 361); Blue value is 198 (77.73% from 255 or 54.85% from 361); Max value from RGB is 198 - color contains mainly: blue. Hex color #5053C6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5053C6 is #AFAC39. Grayscale: #5E5E5E. Windows color (decimal): -11512890 or 12997456. OLE color: 12997456.
HSL color Cylindrical-coordinate representation of color #5053C6: hue angle of 238.47º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5053C6 is Cyan = 0.60, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 80 | 83 | 198 | - |
| CMYK | 0.60 | 0.58 | 0 | 0.22 |
| HSL | 238.47º | 0.51% | 0.55% | - |
| HSV(B) | 238.47º | 0.6% | 0.78% | - |
| XYZ | 16.59 | 11.97 | 54.86 | - |
| YUV | 95.21 | 186.01 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 83 | 198 | 0.60 | 0.58 | 0 | 0.22 | 238.47 | 0.51 | 0.55 |
| Hex | 50 | 53 | C6 | 3C | 3A | 0 | 16 | EE | 33 | 37 |
| Octal | 120 | 123 | 306 | 74 | 72 | 0 | 26 | 356 | 63 | 67 |
| Binary | 1010000 | 1010011 | 11000110 | 111100 | 111010 | 0 | 10110 | 11101110 | 110011 | 110111 |
Color Harmonies of #5053C6
Complementary color
Monochromatic Colors of #5053C6
Black with #5053C6
Text Example
Text Example
White with #5053C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5053C6; }
p { color: rgb(80,83,198); }
H1.HeaderClassName
{
color: #5053C6;
}
.AnyTagClassName
{
color: #5053C6;
}
</style>
background-color css
<style>
a { background-color: #5053C6; }
a { background-color: rgb(80,83,198); }
div.DivClassName
{
background-color: #5053C6;
}
.BgClassName
{
background-color: #5053C6;
}
</style>
border-color css
<style>
span { border-color: #5053C6; }
span { border-color: rgb(80,83,198); }
td.TdClassName
{
border-color: #5053C6;
}
.TagClassName
{
border-color: #5053C6;
}
</style>