Shades of Free Speech Blue #504ECE
Tints of Free Speech Blue #504ECE
RGB
CMYK
RGB Variations
Color information
#504ECE (or 0x504ECE) is known color: Free Speech Blue. HEX triplet: 50, 4E and CE. RGB value is (80,78,206). Sum of RGB (Red+Green+Blue) = 80+78+206=364 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.98% from 364); Green value is 78 (30.86% from 255 or 21.43% from 364); Blue value is 206 (80.86% from 255 or 56.59% from 364); Max value from RGB is 206 - color contains mainly: blue. Hex color #504ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #504ECE is #AFB131. Grayscale: #5C5C5C. Windows color (decimal): -11514162 or 13520464. OLE color: 13520464.
HSL color Cylindrical-coordinate representation of color #504ECE: hue angle of 240.94º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #504ECE is Cyan = 0.61, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 78 | 206 | - |
| CMYK | 0.61 | 0.62 | 0 | 0.19 |
| HSL | 240.94º | 0.57% | 0.56% | - |
| HSV(B) | 240.94º | 0.62% | 0.81% | - |
| XYZ | 17.17 | 11.61 | 59.73 | - |
| YUV | 93.19 | 191.66 | 118.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 78 | 206 | 0.61 | 0.62 | 0 | 0.19 | 240.94 | 0.57 | 0.56 |
| Hex | 50 | 4E | CE | 3D | 3E | 0 | 13 | F1 | 39 | 38 |
| Octal | 120 | 116 | 316 | 75 | 76 | 0 | 23 | 361 | 71 | 70 |
| Binary | 1010000 | 1001110 | 11001110 | 111101 | 111110 | 0 | 10011 | 11110001 | 111001 | 111000 |
Color Harmonies of #504ECE
Complementary color
Monochromatic Colors of #504ECE
Black with #504ECE
Text Example
Text Example
White with #504ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504ECE; }
p { color: rgb(80,78,206); }
H1.HeaderClassName
{
color: #504ECE;
}
.AnyTagClassName
{
color: #504ECE;
}
</style>
background-color css
<style>
a { background-color: #504ECE; }
a { background-color: rgb(80,78,206); }
div.DivClassName
{
background-color: #504ECE;
}
.BgClassName
{
background-color: #504ECE;
}
</style>
border-color css
<style>
span { border-color: #504ECE; }
span { border-color: rgb(80,78,206); }
td.TdClassName
{
border-color: #504ECE;
}
.TagClassName
{
border-color: #504ECE;
}
</style>