Shades of Free Speech Blue #545ECE
Tints of Free Speech Blue #545ECE
RGB
CMYK
RGB Variations
Color information
#545ECE (or 0x545ECE) is known color: Free Speech Blue. HEX triplet: 54, 5E and CE. RGB value is (84,94,206). Sum of RGB (Red+Green+Blue) = 84+94+206=384 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.88% from 384); Green value is 94 (37.11% from 255 or 24.48% from 384); Blue value is 206 (80.86% from 255 or 53.65% from 384); Max value from RGB is 206 - color contains mainly: blue. Hex color #545ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #545ECE is #ABA131. Grayscale: #676767. Windows color (decimal): -11247922 or 13524564. OLE color: 13524564.
HSL color Cylindrical-coordinate representation of color #545ECE: hue angle of 235.08º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #545ECE is Cyan = 0.59, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 84 | 94 | 206 | - |
| CMYK | 0.59 | 0.54 | 0 | 0.19 |
| HSL | 235.08º | 0.55% | 0.57% | - |
| HSV(B) | 235.08º | 0.59% | 0.81% | - |
| XYZ | 18.8 | 14.35 | 60.17 | - |
| YUV | 103.78 | 185.69 | 113.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 94 | 206 | 0.59 | 0.54 | 0 | 0.19 | 235.08 | 0.55 | 0.57 |
| Hex | 54 | 5E | CE | 3B | 36 | 0 | 13 | EB | 37 | 39 |
| Octal | 124 | 136 | 316 | 73 | 66 | 0 | 23 | 353 | 67 | 71 |
| Binary | 1010100 | 1011110 | 11001110 | 111011 | 110110 | 0 | 10011 | 11101011 | 110111 | 111001 |
Color Harmonies of #545ECE
Complementary color
Monochromatic Colors of #545ECE
Black with #545ECE
Text Example
Text Example
White with #545ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545ECE; }
p { color: rgb(84,94,206); }
H1.HeaderClassName
{
color: #545ECE;
}
.AnyTagClassName
{
color: #545ECE;
}
</style>
background-color css
<style>
a { background-color: #545ECE; }
a { background-color: rgb(84,94,206); }
div.DivClassName
{
background-color: #545ECE;
}
.BgClassName
{
background-color: #545ECE;
}
</style>
border-color css
<style>
span { border-color: #545ECE; }
span { border-color: rgb(84,94,206); }
td.TdClassName
{
border-color: #545ECE;
}
.TagClassName
{
border-color: #545ECE;
}
</style>