Shades of Free Speech Blue #505ECE
Tints of Free Speech Blue #505ECE
RGB
CMYK
RGB Variations
Color information
#505ECE (or 0x505ECE) is known color: Free Speech Blue. HEX triplet: 50, 5E and CE. RGB value is (80,94,206). Sum of RGB (Red+Green+Blue) = 80+94+206=380 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.05% from 380); Green value is 94 (37.11% from 255 or 24.74% from 380); Blue value is 206 (80.86% from 255 or 54.21% from 380); Max value from RGB is 206 - color contains mainly: blue. Hex color #505ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #505ECE is #AFA131. Grayscale: #666666. Windows color (decimal): -11510066 or 13524560. OLE color: 13524560.
HSL color Cylindrical-coordinate representation of color #505ECE: hue angle of 233.33º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #505ECE is Cyan = 0.61, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 94 | 206 | - |
| CMYK | 0.61 | 0.54 | 0 | 0.19 |
| HSL | 233.33º | 0.56% | 0.56% | - |
| HSV(B) | 233.33º | 0.61% | 0.81% | - |
| XYZ | 18.45 | 14.17 | 60.15 | - |
| YUV | 102.58 | 186.36 | 111.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 94 | 206 | 0.61 | 0.54 | 0 | 0.19 | 233.33 | 0.56 | 0.56 |
| Hex | 50 | 5E | CE | 3D | 36 | 0 | 13 | E9 | 38 | 38 |
| Octal | 120 | 136 | 316 | 75 | 66 | 0 | 23 | 351 | 70 | 70 |
| Binary | 1010000 | 1011110 | 11001110 | 111101 | 110110 | 0 | 10011 | 11101001 | 111000 | 111000 |
Color Harmonies of #505ECE
Complementary color
Monochromatic Colors of #505ECE
Black with #505ECE
Text Example
Text Example
White with #505ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505ECE; }
p { color: rgb(80,94,206); }
H1.HeaderClassName
{
color: #505ECE;
}
.AnyTagClassName
{
color: #505ECE;
}
</style>
background-color css
<style>
a { background-color: #505ECE; }
a { background-color: rgb(80,94,206); }
div.DivClassName
{
background-color: #505ECE;
}
.BgClassName
{
background-color: #505ECE;
}
</style>
border-color css
<style>
span { border-color: #505ECE; }
span { border-color: rgb(80,94,206); }
td.TdClassName
{
border-color: #505ECE;
}
.TagClassName
{
border-color: #505ECE;
}
</style>