Shades of Free Speech Blue #5052C0
Tints of Free Speech Blue #5052C0
RGB
CMYK
RGB Variations
Color information
#5052C0 (or 0x5052C0) is known color: Free Speech Blue. HEX triplet: 50, 52 and C0. RGB value is (80,82,192). Sum of RGB (Red+Green+Blue) = 80+82+192=354 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.60% from 354); Green value is 82 (32.42% from 255 or 23.16% from 354); Blue value is 192 (75.39% from 255 or 54.24% from 354); Max value from RGB is 192 - color contains mainly: blue. Hex color #5052C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5052C0 is #AFAD3F. Grayscale: #5D5D5D. Windows color (decimal): -11513152 or 12603984. OLE color: 12603984.
HSL color Cylindrical-coordinate representation of color #5052C0: hue angle of 238.93º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5052C0 is Cyan = 0.58, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 80 | 82 | 192 | - |
| CMYK | 0.58 | 0.57 | 0 | 0.25 |
| HSL | 238.93º | 0.47% | 0.53% | - |
| HSV(B) | 238.93º | 0.58% | 0.75% | - |
| XYZ | 15.84 | 11.55 | 51.26 | - |
| YUV | 93.94 | 183.34 | 118.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 82 | 192 | 0.58 | 0.57 | 0 | 0.25 | 238.93 | 0.47 | 0.53 |
| Hex | 50 | 52 | C0 | 3A | 39 | 0 | 19 | EF | 2F | 35 |
| Octal | 120 | 122 | 300 | 72 | 71 | 0 | 31 | 357 | 57 | 65 |
| Binary | 1010000 | 1010010 | 11000000 | 111010 | 111001 | 0 | 11001 | 11101111 | 101111 | 110101 |
Color Harmonies of #5052C0
Complementary color
Monochromatic Colors of #5052C0
Black with #5052C0
Text Example
Text Example
White with #5052C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5052C0; }
p { color: rgb(80,82,192); }
H1.HeaderClassName
{
color: #5052C0;
}
.AnyTagClassName
{
color: #5052C0;
}
</style>
background-color css
<style>
a { background-color: #5052C0; }
a { background-color: rgb(80,82,192); }
div.DivClassName
{
background-color: #5052C0;
}
.BgClassName
{
background-color: #5052C0;
}
</style>
border-color css
<style>
span { border-color: #5052C0; }
span { border-color: rgb(80,82,192); }
td.TdClassName
{
border-color: #5052C0;
}
.TagClassName
{
border-color: #5052C0;
}
</style>